Completed
Intro
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Hop - A Language to Design Function-Overload-Sets
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Outline
- 3 Blitz
- 4 C
- 5 Homogeneous Function Parameters
- 6 Overload Resolution Implicit Conversion
- 7 Concepts
- 8 Steps
- 9 Interface
- 10 Overload Resolution
- 11 Enable Function
- 12 Bible Types
- 13 Repeatable Typelists
- 14 Single Function
- 15 Test Function
- 16 Variant
- 17 Demo
- 18 FunctionParameter Building Blocks
- 19 Type Generators
- 20 Repetition
- 21 Sequencing and Alternatives
- 22 defaulted parameters
- 23 forwarding parameters
- 24 template argument deduction
- 25 adapt existing functions
- 26 check types
- 27 examples
- 28 local type deduction
- 29 small type forwarding
- 30 recap
- 31 how to do it