June 2025
Intermediate to advanced
1093 pages
33h 24m
English
IteratorA model for referencing elements in containers.
AlgorithmusAn advanced operation on the contents of a container.
RangeAn advanced model related to iterators. A range represents a sequence that can stand alone but usually refers to a container.
ViewA lightweight range that usually refers to a range or a part of it. While ranges exist as a concept, views are concrete instances that represent a combination of a range and an operation or a filter. Views are lazy and can be combined into pipelines with the operator|.
Range adapterA function object that creates views; that is, it defines an operation or a filter on a range.
Range factoryA function object that is not based on a range ...
Read now
Unlock full access