[#BloombergLP-bdlt-TimetableTransition_Ref-operator_assign-0d] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlt.adoc[bdlt]::xref:BloombergLP/bdlt/TimetableTransition_Ref.adoc[TimetableTransition_Ref]::operator= :relfileprefix: ../../../ :mrdocs: Assign the value of `rhs` to this object. == Synopsis Declared in `<bdlt_timetable.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdlt/TimetableTransition_Ref.adoc[TimetableTransition_Ref]& operator=(xref:BloombergLP/bdlt/TimetableTransition.adoc[TimetableTransition] const& rhs); ---- == Description Assign to this object the value of the specified `rhs` timetable transition, and return a reference providing modifiable access to this `TimetableTransition_Ref`. == Return Value reference to this object == Parameters [cols="1,4"] |=== | Name| Description | *rhs* | transition to assign from |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#