Completed
Index-Iterator Compatibility
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
From Iterators to Ranges - The Upcoming Evolution of the Standard Library
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Ranges in C++20
- 3 Why do I think I know something about ranges? think-cell
- 4 What are Ranges?
- 5 Transform Adaptor (2)
- 6 Transform Adaptor Implementation
- 7 Filter Adaptor Implementation
- 8 More Efficient Range Adaptors: Iterator Safety think-cell
- 9 Again: How does iterator look like of
- 10 Index-Iterator Compatibility
- 11 Super-Efficient Range Adaptors With Indices
- 12 More Flexible Algorithm Returns (3)
- 13 External iteration (2)
- 14 Coroutines (2)
- 15 Internal Iteration often good enough
- 16 Interruptable Generator Ranges (2)
- 17 concat implementation with indices (2)
- 18 concat implementation as generator range
- 19 Format Strings
- 20 Formatting Into Containers (1)
- 21 Fast Formatting Into Containers
- 22 Better reserve