endHolidays overloads
Declared in <bdlt_packedcalendar.h>
Return an iterator providing non-modifiable access to the past-the-end holiday in the chronological sequence of holidays maintained by this calendar.
PackedCalendar::HolidayConstIterator
endHolidays() const;
» more...
Return an iterator providing non-modifiable access to the first holiday that occurs after the specified date in this calendar. If this calendar has no such holiday, the returned iterator has the same value as that returned by endHolidays(). The behavior is undefined unless date is within the valid range of this calendar.
PackedCalendar::HolidayConstIterator
endHolidays(Date const& date) const;
» more...