BloombergLP::bdlt::Timetable::operator=

Assign the value of rhs to this timetable.

Synopsis

Declared in <bdlt_timetable.h>

Timetable&
operator=(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

NameDescription
rhstimetable to assign from