This repository features several code examples for learning about Template Metaprogramming in C++. These were prepared for my presentation on the topic given at The University of Texas at Dallas on February 13, 2020.
- Templates
- Compile-time Calculation
- Type Introspection
- Big Examples
- Concepts (C++20)