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...
Assign from the specified forward iterator rhs.
CalendarReverseIteratorAdapter<ITERATOR>&
operator=(ITERATOR const& rhs);
» more...
a reference providing modifiable access to this object
| Name | Description |
|---|---|
| rhs | object to assign from |