Modify the specified iterator to refer to the previous element in the reverse iteration sequence, and return a reverse iterator having the pre‐decrement value of iterator. The behavior is undefined unless, on entry, iterator does not have the same value as a reverse iterator to the start of the underlying sequence.

Synopsis

Declared in <bdlt_calendarreverseiteratoradapter.h>

template<class ITERATOR>
bdlt::CalendarReverseIteratorAdapter<ITERATOR>
operator‐‐(
    CalendarReverseIteratorAdapter<ITERATOR>& iterator,
    int);

Created with MrDocs