Return the reverse end iterator for holiday codes on date.
Declared in <bdlt_calendar.h>
Calendar::HolidayCodeConstReverseIterator
rendHolidayCodes(Date const& date) const;
Return a reverse iterator one before the first holiday code for date.
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.
past-the-end reverse iterator for holiday codes on date
| Name | Description |
|---|---|
| date | date whose holiday-code range is queried |