Completed
Introduction
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Embracing Trailing Return Types and Auto Return in Modern C++ - CppCon 2022
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 Trailing Return Types
- 3 Decotype
- 4 Use Cases
- 5 Auto Return
- 6 Template parameter type deduction
- 7 Conversion operator
- 8 Syntax limitations
- 9 Decotype Auto
- 10 Decorating Auto
- 11 Half Interval
- 12 Mutex Lock
- 13 Pitfalls
- 14 Documentation
- 15 Mitigation Strategy
- 16 recursive factorial
- 17 two different templates
- 18 you get the fallback
- 19 use it with caution
- 20 Questions