|
operator-=public member function
reverse_iterator& operator-= (difference_type n); Retrocede iterator Moves the reverse iterator backwards by n element positions.This in fact advances by that same amount of element positions the base iterator kept internally. Parameters
Return valueThe reverse iterator itself (*this).Example
Output:
See also
|