The series continue.
C++ Lambda Week: Going Generic
by Bartlomiej Filipek
From the article:
We’re in the third day of the lambda week. So far, you’ve learned basic syntax and how to capture things. Another important aspect is that lambdas can also be used in the “generic” scenarios. This is especially possible since C++14 where we got generic lambdas (auto arguments), and then in C++20, you can even specify a template lambda!
Add a Comment
Comments are closed.