First page Back Continue Last page Graphics
Iterator related member functions
begin( )
- returns an interator that represents the beginning of the elements in the container.
end( )
- returns an iterator that represents the end of the elements in the container.
- The end position is behind the last element.