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

Lambda expressions were one of the most powerful additions made in C++11, and they continue to evolve with each new C++ language standard. In this article, we'll go through their history and see the evolution of this crucial part of modern C++.

This article was originally posted at the author's blog: bfilipek.com