[#BloombergLP-bdlt-CalendarReverseIteratorAdapter-operator_assign-05] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlt.adoc[bdlt]::xref:BloombergLP/bdlt/CalendarReverseIteratorAdapter.adoc[CalendarReverseIteratorAdapter]::operator= :relfileprefix: ../../../ :mrdocs: Assign from the specified forward iterator `rhs`. == Synopsis Declared in `<bdlt_calendarreverseiteratoradapter.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdlt/CalendarReverseIteratorAdapter.adoc[CalendarReverseIteratorAdapter<ITERATOR>]& operator=(ITERATOR const& rhs); ---- == Description 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. == Return Value a reference providing modifiable access to this object == Parameters [cols="1,4"] |=== | Name| Description | *rhs* | forward iterator to assign from |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#