September 2019
Intermediate to advanced
792 pages
19h 42m
English
Say “friend” and enter.—J.R.R. Tolkein, The Lord of the Rings

Iterators are the STL component that provides the interface between containers and algorithms to manipulate them. An iterator is an interface to a type that knows how to traverse a particular sequence and exposes simple, pointer-like operations to elements.
Every iterator supports at least the following operations:
Iterators are categorized based on which additional operations they support. These categories determine which algorithms are available and what ...
Read now
Unlock full access