BloombergLP::bdlt::PackedCalendar::beginHolidays

beginHolidays overloads

Synopses

Declared in <bdlt_packedcalendar.h>

Return an iterator to the first holiday in this calendar.

PackedCalendar::HolidayConstIterator
beginHolidays() const;
» more...

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

PackedCalendar::HolidayConstIterator
beginHolidays(Date const& date) const;
» more...

Return Value

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

Parameters

NameDescription
datestarting date for the holiday search