August 2020
Beginner to intermediate
653 pages
16h 55m
English
From early in this book, I have talked about “ranges” with little more than a vague description of what a range truly is. In part because ranges are defined using fairly advanced features of C++ that I haven’t covered yet, and in part because the way C++ uses ranges, you don’t need to know much more about them. This Exploration starts to unravel the mystery of ranges and gives you some more fun adventures you can have with them, including some very powerful coding techniques that use range views and range adaptors.
So far, you have encountered two kinds of ranges: vectors and iterator ...