Completed
Container Detection
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
From C++ Templates to C++ Concepts - The Amazing Journey of Metaprogramming
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 About Alex
- 3 Templates
- 4 Function Templates
- 5 Overload Specialization
- 6 Trade Library
- 7 Constraints and Traits
- 8 Void Pointer
- 9 Container Detection
- 10 Templates Overload
- 11 EnableIf
- 12 Periodic Templates
- 13 Void Template
- 14 Container Concept
- 15 Problems with Container Concepts
- 16 C20 Concepts
- 17 C21 Concepts
- 18 Conclusion
- 19 Questions