Lambdas

What is a lambda expression

Specifying the return type

Capture by value

Recursive lambdas

Default capture

Generic lambdas

Class lambdas and capture of this

Capture by reference

Generalized capture

Conversion to function pointer

Using lambdas for inline parameter pack unpacking

Porting lambda functions to C 03 using functors