By Roger Orr
Lambda expressions first appeared in C++11 and have been extended slightly in each revision since then.
I will be taking a look at lambdas and trying to answer questions such as these:
-
what are they?
-
when should I use them?
-
how do they work?
-
what are some of the pitfalls?
I hope that anyone who knows C++ will be able to follow most of the content, and increase their understanding of this part of the C++ language!