Return the reverse end iterator for holiday codes on date.
Synopsis
Declared in <bdlt_packedcalendar.h>
PackedCalendar::HolidayCodeConstReverseIterator
rendHolidayCodes(Date const& date) const;
Description
Return an iterator providing non‐modifiable access to the element one before the first holiday code associated with the specified date. The behavior is undefined unless date is marked as a holiday in this calendar.
Return Value
the reverse end iterator for holiday codes on date
Parameters
Name |
Description |
date |
date whose holiday‐code range is queried |
Created with MrDocs