Assignment operators
Synopses
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.
Assign from the specified forward iterator rhs.
CalendarReverseIteratorAdapter<ITERATOR>&
operator=(ITERATOR const& rhs);
Return Value
a reference providing modifiable access to this object
Parameters
Name |
Description |
rhs |
object to assign from |
Created with MrDocs