BloombergLP::bdlt::PackedCalendar::rbeginHolidays

rbeginHolidays overloads

Synopses

Declared in <bdlt_packedcalendar.h>

Return an iterator to the last holiday in this calendar.

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

Return an iterator to the first holiday on or before date.

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

Return Value

  • an iterator to the last holiday in this calendar
  • an iterator to the first holiday on or before date

Parameters

NameDescription
datestarting date for the reverse holiday search