Completed
Exception Safety
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
C++17's std::pmr Comes With a Cost
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 Trick question
- 3 Read the code
- 4 Outline
- 5 Fragmentation
- 6 Complexity
- 7 Synchronized Pool
- 8 Unsynchronized Pool
- 9 Logging Resource
- 10 Setting Default Resource
- 11 Example
- 12 Undefined Behavior
- 13 Exception Safety
- 14 Polymorphic
- 15 Alligator Awareness
- 16 Default constructor
- 17 PMR Dirty Little Secret