SwitchAny - A Practical Exercise in Template Metaprogramming
Offered By: CppNow via YouTube
Course Description
Overview
Explore a practical application of template metaprogramming in C++ through the development of switchAny, a tool for dispatching code based on types held in Boost.Any containers. Delve into advanced template metaprogramming techniques, including those made possible by C++14 and C++1z, as Sebastian Redl guides you through this real-world example. Learn how to move beyond basic compile-time calculations and apply template metaprogramming to solve practical problems in C++ development. Gain insights into the implementation details and access the accompanying GitHub repository for hands-on exploration of the switchAny tool.
Syllabus
Sebastian Redl: switchAny: A Practical Exercise in Template Metaprogramming
Taught by
CppNow
Related Courses
Introducing Functional Programming in C++LinkedIn Learning The C++ Type System is Your Friend
NDC Conferences via YouTube Joyful Polyglot - Beautiful Insights from Many Languages
Ruby Central via YouTube Circle Metaprogramming - Better Features Make Better Libraries
CppNow via YouTube Taking Template Classes Further with Opaque Types & Generic NTTPs
CppNow via YouTube