endBusinessDays overloads
Synopses
Declared in <bdlt_calendar.h>
Return an iterator providing non‐modifiable access to the past‐the‐end business day in this calendar.
Return an iterator to the first business day after date.
Calendar::BusinessDayConstIterator
endBusinessDays(Date const& date) const;
Return Value
-
a past‐the‐end business‐day iterator
-
an iterator to the first business day after
date
Parameters
Name |
Description |
date |
date after which to find a business day |
Created with MrDocs