Completed
What boundedinteger does differently
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Removing Undefined Behavior from Integer Operations - The Bounded-Integer Library
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 Undefined behavior
- 3 Check Integer
- 4 The constrainedvalue library
- 5 The original motivation for this library
- 6 What boundedinteger does differently
- 7 Supported compilers
- 8 Declaration
- 9 Template policies
- 10 Syntax
- 11 Goblin example
- 12 Common policy
- 13 Constants
- 14 Userdefined literals
- 15 Forward declaration
- 16 Inclusive bounds
- 17 Implicit conversions
- 18 Limitations
- 19 Floating point
- 20 Questions
- 21 Policy class
- 22 integer overflow
- 23 implementation questions