Completed
Introduction
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Modern Generic Programming Using the Tick and Fit Libraries
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 Motivation
- 3 Type requirements
- 4 Boost Concept Check
- 5 Limitations
- 6 ConceptLite
- 7 Tick
- 8 Tick refinements
- 9 Tick types and templates
- 10 Tick specialization
- 11 Tick dependent typing
- 12 Integral constants
- 13 Type traits
- 14 Overload
- 15 Fit library
- 16 Function objects
- 17 lambdas
- 18 adapters
- 19 pipe
- 20 conditional overloading
- 21 advanced example
- 22 conceptlight
- 23 fix
- 24 errors
- 25 error message
- 26 reveal adapter
- 27 claim adapter
- 28 trait check
- 29 report back
- 30 build a report
- 31 do we need language features
- 32 multiphase checking
- 33 libraries
- 34 questions