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
Your Favorite Undefined Behavior in C++CppNow via YouTube Under the Hood - Assembly, System Calls, and Hardware in C++
CppNow via YouTube Carbon Language Successor Strategy - From C++ Interop to Memory Safety
CppNow via YouTube Value Oriented Programming Part 1 - You Say You Want to Write a Function
CppNow via YouTube Introducing a Memory-Safe Successor Language in Large C++ Code Bases
CppNow via YouTube