C++ Language/Std/Stl/Iterators
Various kinds of "iterators" collectively act as a common interface (designed to resemble the API of a C pointer) between multiple kinds of collection classes and multiple algorithms.
Category:Book:C++ Language#Std/Stl/Iterators%20