Explore a conference talk from ACCU 2016 that demystifies C++ templates and their instantiation process. Learn how to visualize template instantiations and overload selections in C++ IDEs, making it easier to understand and debug template-related issues. Discover Templator, a tool integrated into the Cevelop IDE, which helps navigate through template code in instantiation contexts typically only available to compilers. Gain insights into solving complex template problems without running programs, and see how this approach can benefit both beginners and experienced C++ developers. Access accompanying slides and demo code on GitHub to practice these concepts hands-on.
Overview
Syllabus
'Visualize Template Instantiations - Understand your Template Bugs' - Peter Sommerlad [ ACCU 2016 ]
Taught by
ACCU Conference