Return a past-the-end iterator for holiday codes on date.
Declared in <bdlt_packedcalendar.h>
HolidayCodeConstIterator
endHolidayCodes(Date const& date) const;
Return an iterator providing non-modifiable access to the past-the-end holiday code associated with the specified date. The behavior is undefined unless date is marked as a holiday in this calendar.
a past-the-end iterator for holiday codes on date
| Name | Description |
|---|---|
| date | holiday date whose holiday-code range is queried |