Lesson 22. Lambda Expressions
Lambda expressions are a compact way to define and construct function objects without a name. These expressions were introduced in C++11. In this lesson, you find out
How to program a lambda expression
How to use lambda expressions as predicates
What are C++14 generic lambda expressions
How to program lambda expressions ...
Get Sams Teach Yourself C++ in One Hour a Day, Eighth Edition now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.