BloombergLP::bdlt::PackedCalendar::rbeginHolidays

rbeginHolidays overloads

Synopses

Declared in <bdlt_packedcalendar.h>

Return an iterator providing non-modifiable access to the last holiday in this calendar. If this calendar has no holidays, the returned iterator has the same value as that returned by rendHolidays().

PackedCalendar::HolidayConstReverseIterator
rbeginHolidays() const;
» more...

Return an iterator providing non-modifiable access to the first holiday that occurs on or before the specified date in this calendar. If this calendar has no such holiday, the returned iterator has the same value as that returned by rendHolidays(date). The behavior is undefined unless date is within the valid range of this calendar.

PackedCalendar::HolidayConstReverseIterator
rbeginHolidays(Date const& date) const;
» more...