Return a past‐the‐end iterator for holiday codes on date.
Synopsis
Declared in <bdlt_calendar.h>
Calendar::HolidayCodeConstIterator
endHolidayCodes(Date const& date) const;
Description
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.
Return Value
a past‐the‐end iterator for holiday codes on date
Parameters
Name |
Description |
date |
holiday date whose holiday‐code range is queried |
Created with MrDocs