First page Back Continue Last page Graphics
Iterator functions
begin( )
- Returns a random access iterator for the first element.
end( )
- Returns a random access iterator for the position after the last element.
rbegin( )
- Returns a reverse iterator for the first element of a reverse iteration.
rend( )
- Returns a reverse iterator for the position after the last element of a reverse.