Instantiations Must Go!
Offered By: CppNow via YouTube
Course Description
Overview
Explore an innovative technique in C++ template metaprogramming that transforms complex TMP code into more readable functional programming-style code, eliminating the need for template definition instantiations in most metafunctions. Learn from the presenters' journey, which began with an attempt to write a simple metafunction without template instantiations at BoostCon09, and led to the discovery of this powerful approach. Gain insights into how this method can simplify and improve the clarity of template metaprogramming code, making it more accessible and maintainable for C++ developers.
Syllabus
Matt Calabrese, Zachary Laine: Instantiations Must Go!
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