
C++ Lambda functions: mastering this Swiss Army knife
C++ Lambda functions are largely used for many different purposes. In this post, 3 different examples are proposed to show classical usage of lambda functions.
Posts related to the C++11 programming language features.