Modern C++ In-Depth — Lambdas, Part 1
Lambdas
Modern C++ In-Depth — Lambdas, Part 1
by Phani Adusumilli
From the article
While lambdas do not allow us to write anything we could not have written before their introduction, they greatly improve the ease with which we can write function objects and callbacks.