What Has C++20 Ever Done For Templates?

Hendrik Niemeyer

online
60 minute session
beginner
intermediate
14:30-15:30, Thursday, 14th July 2022

The answer is a lot! There are some smaller features like more possibilities for non-type template parameters (literal class types and floating points are now possible) and lambda expressions now allow template type parameters in their definition. But the biggest feature is clearly concepts which allow us to easily define requirements on template arguments which are enforced by the compiler.

This talk will give a tour of the new features of templates in C++20 and will discuss how the new features work and what they can be used for.

C++20
templates
lambdas

Hendrik Niemeyer

Hendrik is a software developer and works on data analysis solutions in C++. He described himself as a "learning enthusiast" who always gets absorbed in learning new things.