# Container Iterators Container iterators are a generic way to access elements in a linearly ordered collection, such as strings, vectors, and ordered sets. "Iterators" are in the style of C++: they can (potentially) go forward, backward, have start and end limits, etc. Not all operations are available for a concrete iterator.