endHolidays overloads
Synopses
Declared in <bdlt_calendar.h>
Return an iterator providing non‐modifiable access to the past‐the‐end holiday in the chronological sequence of holidays maintained by this calendar.
Return an iterator to the first holiday after date.
Calendar::HolidayConstIterator
endHolidays(Date const& date) const;
Return Value
-
a past‐the‐end holiday iterator
-
an iterator to the first holiday after
date
Parameters
Name |
Description |
date |
date after which to find a holiday |
Created with MrDocs