Assign to this calendar the value of the specified rhs calendar.
Synopsis
Declared in <bdlt_packedcalendar.h>
PackedCalendar&
operator=(PackedCalendar const& rhs);
Description
Assign to this calendar the value of the specified rhs calendar, and return a reference providing modifiable access to this calendar. See {Iterator Invalidation} for information regarding which iterators are affected by the use of this method.
Return Value
a reference providing modifiable access to this calendar
Parameters
Name |
Description |
rhs |
calendar whose value is assigned to this object |
Created with MrDocs