Standard C++ Library Class Reference

Click on the banner to return to the Class Reference home page.
©Copyright 1996 Rogue Wave Software
Iterators
Summary
Pointer generalizations for traversal and modification of collections.
Contents
Description
Key to Iterator Requirements
Requirements for Input Iterators
Requirements for Output Iterators
Requirements for Forward Iterators
Requirements for Bidirectional Iterators
Requirements for Random Access Iterators
See Also
Description