New possibilities.
Abbreviated Function Templates and Constrained Auto
by Sy Brand
From the article:
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...
Add a Comment
Comments are closed.