<<< STL Algorithms | Index | Iterator types and functionality >>> |
Iterators are distinguished by the access type they provide:
Output
Input
Forward
Bidirectional
Random
A regular C++ pointer to an array is a random access iterator!
<<< STL Algorithms | Index | Iterator types and functionality >>> |