Completed
Validity of constexpr Fun
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Constant Fun
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Overview
- 3 Constant Expressions
- 4 Why constexprs? III
- 5 Bitmask vs. constexpr
- 6 constexpr Functions
- 7 Literal Types
- 8 Names in constexpr
- 9 Name Example
- 10 Name Implication
- 11 Objective
- 12 Detour; string_view
- 13 match 1st()
- 14 Attempt: Use an Array
- 15 Validity of constexpr Fun
- 16 constexpr Map Members
- 17 Deducing Type
- 18 Sorting Elements
- 19 Constexpr Factory Map
- 20 Times gcc
- 21 Times clang