BloombergLP::bdlt::CalendarReverseIteratorAdapter::operator=

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.

CalendarReverseIteratorAdapter<ITERATOR>&
operator=(CalendarReverseIteratorAdapter const& rhs);
» more...

Assign from the specified forward iterator rhs.

CalendarReverseIteratorAdapter<ITERATOR>&
operator=(ITERATOR const& rhs);
» more...

Return Value

a reference providing modifiable access to this object

Parameters

NameDescription
rhsobject to assign from