Iterators
Iterators are the mechanism that makes it possible to decouple algorithms from concrete compile-time sequence implementations.
- Concepts
- Trivial Iterator
- Input Iterator
- Forward Iterator
- Bidirectional Iterator
- Random Access Iterator
- Algorithms
- iterator_category
- begin/end
- advance
- distance
Table of Content
Last edited July 17, 2002 6:16 am