This is my learning notes from the course - Mastering C++ Standard Library Features.
Computations on Types
- Manipulation of types and type lists
template
metaprogramming- Metaprogramming utilities in the Standard Library
- The “type-value encoding“ idiom
Metafunctions
- The idea behind “type manipulation”
- Metafunctions
- Useful use cases