|
operator+public member function
reverse_iterator operator+ (difference_type n) const; Addition operator Returns a reverse iterator pointing to n elements after the element the object points to.A global overload for operator+ with the same behavior also exists for the case where the reverse_iterator is the right-hand side element of the sum:
Parameters
Return valueThe reverse iterator itself (*this).Example
Output:
See also
|