Getting up to date.
The C++ Lambda Story Book
by Bartlomiej Filipek
From the article:
Lambda Expressions appeared in C++11, and since then they become one of the most distinguishing features of Modern C++. What’s more, with each revision of the Standard the ISO Committee improved the syntax and capabilities of lambdas, so they are even more comfortable to use.
Read on to see how you can learn all the details of this powerful modern C++ feature.
Add a Comment
Comments are closed.