The series continues!
Lambdas: From C++11 to C++20, Part 2
by Bartlomiej Filipek
From the article:
In the first part of the series we looked at lambdas from the perspective of C++03, C++11 and C++14. In that article, I described the motivation behind this powerful C++ feature, basic usage, syntax and improvements in each of the language standards. I also mentioned several corner cases.
Now it’s time to move into C++17 and look a bit into the future (very near future!): C++20...
Add a Comment
Comments are closed.