![[Dept of Engineering]](http://www.eng.cam.ac.uk/images/house_style/engban-s.gif)
Next: Strings
Up: The Standard Library
Previous: The Standard Library
Iterators are like pointers. They save algorithm writers the worry
of having to deal with the internals of containers. They come in
various types:
random access, bidirectional, forward, reverse, input, output. They
can be const. Some
containers support only some Iterator types (you can't for example
randomly access a list). See the documentation
for details.
Tim Love
2001-07-05