Context
In May 2017, modern C++ was increasingly integrating concepts from functional programming: lambdas, std::function, and STL algorithms. The functional paradigm considerably enriched the language's possibilities.
What is this article about?
The article explores functional programming in C++: lambdas, higher-order functions, function composition, and using STL algorithms in a functional style.
Summary
Functional programming in C++
