reverse_iterator::operator*
Ref
operator*
() const;
The operator returns
*(
current
- 1)
.