Return an iterator providing non‐modifiable access to the last holiday code associated with the specified date in this calendar. If there are no holiday codes associated with date, the returned iterator has the same value as that returned by rendHolidayCodes(date). The behavior is undefined unless date is marked as a holiday in this calendar.

Synopsis

Declared in <bdlt_packedcalendar.h>

PackedCalendar::HolidayCodeConstReverseIterator
rbeginHolidayCodes(Date const& date) const;

Created with MrDocs