Assignment operators
Declared in <bdlt_calendarreverseiteratoradapter.h>
Assign the value of the specified rhs to this object, and return a reference providing modifiable access to this object.
CalendarReverseIteratorAdapter<ITERATOR>&
operator=(CalendarReverseIteratorAdapter const& rhs);
» more...
Set the value of this object to refer to the element that precedes, in the forward sequence (or that follows, in the backward sequence) the element referred to by the specified rhs, and return a reference providing modifiable access to this object.
CalendarReverseIteratorAdapter<ITERATOR>&
operator=(ITERATOR const& rhs);
» more...