rendHolidayCodes overloads
Declared in <bdlt_calendar.h>
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.
Calendar::HolidayCodeConstReverseIterator
rendHolidayCodes(Date const& date) const;
» more...
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.
Calendar::HolidayCodeConstReverseIterator
rendHolidayCodes(HolidayConstIterator const& iter) const;
» more...