Return a reverse iterator one before the first holiday code for iter.
Declared in <bdlt_calendar.h>
Calendar::HolidayCodeConstReverseIterator
rendHolidayCodes(HolidayConstIterator const& iter) const;
Return an iterator providing non-modifiable access to the element one before the first holiday code associated with the holiday referenced by the specified iter. The behavior is undefined unless iter references a valid holiday in this calendar.
a reverse past-the-end iterator for holiday codes at iter
| Name | Description |
|---|---|
| iter | holiday iterator whose holiday-code range is queried |