Completed
Intro
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Cute C++ Tricks: Code You Should Learn From and Never Write - Part 2.5
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Goals
- 3 Confession
- 4 Disclaimers
- 5 Concepts
- 6 Edible
- 7 Partial Specialization
- 8 Shadowing
- 9 Named Concepts
- 10 Specialization
- 11 Subsumption Specific
- 12 Name Concepts
- 13 Function Template Partial Specialization
- 14 Challenges
- 15 Challenge 1B
- 16 Challenge 2A
- 17 General Pattern
- 18 Overloads
- 19 Why you should never write this
- 20 Better ways to do this
- 21 More tricks
- 22 C literals
- 23 Userdefined literals
- 24 Userdefined literal templates
- 25 Userdefined literal suffix
- 26 Resolving at compile time
- 27 Questions
- 28 Nonevaluating Context
- 29 Class Template TMP