Completed
Ranges and Views
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Using C++20 Ranges Effectively
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 My experience with ranges
- 3 How we sort
- 4 Find if
- 5 Filter view
- 6 Key points
- 7 Things I wont do
- 8 Environments
- 9 Status
- 10 Proposal
- 11 C20 Overview
- 12 Godbolt
- 13 Ranges Basics
- 14 Range Concepts
- 15 Why not STD Ranges
- 16 Range Types
- 17 Iterators
- 18 Flatmap
- 19 Range Algorithms
- 20 Comments
- 21 Range adapters
- 22 Filter view example
- 23 Filter view adapter
- 24 Range container
- 25 Ranges and Views
- 26 Ranges and Collections
- 27 For Loops
- 28 Ranges Sections
- 29 Projection Parameters
- 30 Projection Example
- 31 Cheat Sheet
- 32 Range Examples
- 33 Sort Examples
- 34 MinMax Examples
- 35 Shift Left and Shift Right
- 36 Shift Left
- 37 Reference
- 38 Find Last
- 39 View Adapter Details
- 40 Shortcircuiting
- 41 Transform
- 42 What are we actually getting
- 43 Span
- 44 HeaderSpan
- 45 PrintReverse