<<< STL Iterators | Index | Declaring iterators >>> |
Minimally, iterators can be:
incremented
compared
dereferenced
used with ->
Iterators come in const and non-const varieties, just like pointers.
Two iterators on the same structure define a range.
<<< STL Iterators | Index | Declaring iterators >>> |