BloombergLP::bdlt::Calendar::endHolidayCodes

endHolidayCodes overloads

Synopses

Declared in <bdlt_calendar.h>

Return an iterator providing non-modifiable access to the past-the-end holiday code associated with the specified date. The behavior is undefined unless date is marked as a holiday in this calendar.

Calendar::HolidayCodeConstIterator
endHolidayCodes(Date const& date) const;
» more...

Return an iterator providing non-modifiable access to the past-the-end holiday code associated with the date referenced by the specified iter. The behavior is undefined unless iter references a valid holiday in this calendar.

Calendar::HolidayCodeConstIterator
endHolidayCodes(HolidayConstIterator const& iter) const;
» more...