Declaring function templates in C++ has always been quite verbose. C++20 added a new way of doing so that is more terse and more consistent with lambdas: abbreviated function templates. This short post will show how to use this syntax and how it applies to C++20 concepts.

#c++ #c #html

Abbreviated Function Templates and Constrained Auto
1.10 GEEK