Completed
factory functions
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
A Zephyr Overview of C++11 - Part II
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 Final and Override
- 3 Flux Capacitor
- 4 One Constructor
- 5 When does initialization happen
- 6 Constructor order
- 7 Constructor inheritance
- 8 Conversion operators
- 9 initialization lambdas
- 10 initializer lists
- 11 initialization
- 12 Uniform initialization
- 13 Brace initialization
- 14 Function pointers
- 15 Function objects
- 16 Separate linked functions
- 17 The next feature
- 18 Lambdas
- 19 anonymous function object
- 20 local variables
- 21 copy
- 22 pet peeve
- 23 lambda functions
- 24 generic lambdas
- 25 return value optimization
- 26 return references
- 27 lvalues and rvalues
- 28 rvalues
- 29 canonical functions
- 30 factory functions