Constructors
Declared in <bdlt_calendarreverseiteratoradapter.h>
Create a reverse iterator having the default value. The default-constructed reverse iterator does not have a singular value unless an object of the type specified by the template parameter ITERATOR has a singular value after default construction.
CalendarReverseIteratorAdapter();
» more...
Create a CalendarReverseIteratorAdapter object having the value of the specified original object.
CalendarReverseIteratorAdapter(CalendarReverseIteratorAdapter const& original) = default;
» more...
Create a reverse iterator referring to the element that precedes, in the forward sequence (or that follows, in the backward sequence) the element referred to by the specified value.
explicit
CalendarReverseIteratorAdapter(ITERATOR const& value);
» more...