Assignment operators
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...
a modifiable reference to this calendar
| Name | Description |
|---|---|
| rhs | calendar whose value is assigned to this object |