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

C++ Lambda Week: Going Generic

$
0
0

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!

Read more...

Viewing all articles
Browse latest Browse all 325

Trending Articles