reverse_iterator& operator-=(typename reverse_iterator<Iterator>::difference_type n);
Effects: current += n;
Returns: *this.