Completed
A simplification
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Nothing Is Better Than Copy or Move
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 How did we get here?
- 3 How does this magic work?
- 4 Early days of C++
- 5 Another C++98 example...
- 6 A third C++98 example...
- 7 Can actually break C++03 code
- 8 Temporary Materialization
- 9 A simplification
- 10 Don't be too clever!
- 11 Another example...
- 12 One bad object poisons the move
- 13 Special Members
- 14 What are the rules?
- 15 Comparison of copy and move
- 16 MSVC x86/x64 convention
- 17 Passing arguments to functions
- 18 Returning or passing a reference?