Assignment operators
Synopses
Declared in <bdlt_calendar.h>
Assign to this calendar the value of the specified rhs calendar.
Calendar&
operator=(Calendar const& rhs);
Assign to this calendar the value of the specified packed calendar.
Calendar&
operator=(PackedCalendar const& rhs);
Return Value
a modifiable reference to this calendar
Parameters
Name |
Description |
rhs |
calendar whose value is assigned to this object |
Created with MrDocs