C++20 Templates: The next level

Speaker: Andreas Fertig

Audience level: Intermediate

C++20 is more or less out the door. It is probably the biggest change to the language ever since. In this session, we will look into some changes that templates received with C++20. The biggest change is the introduction of Concepts.
We don’t stop there. We will also talk about improvements to CTAD and NTTP. Of course, we will also look into how templated lambdas work in C++20.


By the end of the talk have learned about the newest C++20 template updates and how to apply them.