Advance this reverse iterator to the next element and return *this.
Synopsis
Declared in <bdlt_calendarreverseiteratoradapter.h>
CalendarReverseIteratorAdapter<ITERATOR>&
operator++();
Description
Modify this reverse iterator to refer to the next element in the reverse iteration sequence, and return a reference providing modifiable access to this reverse iterator. The behavior is undefined unless, on entry, this reverse iterator does not have the past‐the‐end value for a reverse iterator over the underlying sequence.
Return Value
a reference providing modifiable access to this reverse iterator
Created with MrDocs