Completed
lambda capture
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
C++ - λ Demystified
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 Lambdas
- 3 lambda question
- 4 capturing
- 5 lambda and function pointers
- 6 lambda size
- 7 C standard
- 8 Generic lambdas
- 9 Hanging reference trap
- 10 Captures
- 11 lambda captures
- 12 a1 captures
- 13 context parameters
- 14 C20 context
- 15 Immediately invoked function expressions
- 16 POSIX API
- 17 lambda capture
- 18 lambda templates in C
- 19 nontype template parameters