Quantcast
Channel: Bartek's coding blog
Viewing all articles
Browse latest Browse all 325

Lambdas: From C++11 to C++20, Part 2

$
0
0

Lambda expression, from C++11 to C++20

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.

Read more...

Viewing all articles
Browse latest Browse all 325

Trending Articles