reverse_iterator::operator+=

reverse_iterator& operator+=(Dist n);

The operator evaluates current - n, then returns *this.