Completed
Concepts Lite in Practice
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
C++ Concepts "Lite" in Practice
Automatically move to the next video in the Classroom when playback concludes
- 1 Concepts Lite in Practice
- 2 Run-time polymorphism
- 3 Comple time polymorphism
- 4 Template troubles
- 5 How, and why, did we get here?
- 6 Ler's build up from a trivial example
- 7 What about type conversion?
- 8 Generalising the function
- 9 General Templatising the function
- 10 Further extending the template
- 11 Constraining the template
- 12 magic.h
- 13 Using 'requires
- 14 Using a named concept
- 15 Using a named variable concept
- 16 Named concepts
- 17 Concepts - first reflection
- 18 Constraints and interfaces
- 19 Simplifying complex overloads
- 20 Concepts simplifying overloads