Exploration of C++20 Meta Programming
https://cppcon.org/ https://github.com/CppCon/CppCon2020/blob/main/Presentations/exploration_of_cpp20_metaprogramming/exploration_of_cpp20_metaprogramming__inbal_levi__cppcon_2020.pdf
In this talk, we will take the journey to compile-time.
We will start with adding templates to existing program, and overview overload resolution and conditioning at compile time.
We will continue with exploring the latest version of template metaprogramming updated by the release of C++20.
Finally, we will present …