BloombergLP::bdlt::PackedCalendar::endBusinessDays

Return an iterator to the first business day after date.

Synopsis

Declared in <bdlt_packedcalendar.h>

PackedCalendar::BusinessDayConstIterator
endBusinessDays(Date const& date) const;

Description

Return an iterator providing non-modifiable access to the first business day that occurs after the specified date in this calendar. If this calendar has no such business day, the returned iterator has the same value as that returned by endBusinessDays(). The behavior is undefined unless date is within the valid range of this calendar.

Return Value

an iterator to the first business day after date

Parameters

NameDescription
datedate after which to find a business day