Utah C++ Programmers has released a video on lambda expresssions in C++.
Illuminating Lambda Expressions in C++
by Richard Thomson
From the video description:
Richard Thomson gives us an insight into lambda expressions in C++ by showing the equivalent manually written function objects. The presentation proceeds from lambda expressions as originally defined in C++11 and then proceeds through enhancements from C++14, C++17 and finally C++20.
Add a Comment