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