BloombergLP::bdlt::PackedCalendar::rendHolidayCodes

rendHolidayCodes overloads

Synopses

Declared in <bdlt_packedcalendar.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.

PackedCalendar::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.

PackedCalendar::HolidayCodeConstReverseIterator
rendHolidayCodes(HolidayConstIterator const& iter) const;
» more...