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