17.6.1 Iterators and Overloaded Operators
- Iterators (Sect. 16.5) can be used just like pointers (Chptr. 10) to
process arrays
- Iterators can be used (in varying capacities) on all standard
containers
- Operators overloaded for iterators:
| + | addition |
| == | comparison |
| * | dereference |
| ++ | increment (post and pre) |
prev
|top
|next