BloombergLP::bdlt::Calendar::operator=

Assignment operators

Synopses

Declared in <bdlt_calendar.h>

Assign to this calendar the value of the specified rhs calendar.

Calendar&
operator=(Calendar const& rhs);
» more...

Assign to this calendar the value of the specified packed calendar.

Calendar&
operator=(PackedCalendar const& rhs);
» more...

Return Value

a modifiable reference to this calendar

Parameters

NameDescription
rhscalendar whose value is assigned to this object