rbeginHolidayCodes overloads

Synopses

Declared in <bdlt_calendar.h>

Return an iterator providing non‐modifiable access to the last holiday code associated with the specified date in this calendar. If there are no holiday codes associated with date, the returned iterator has the same value as that returned by rendHolidayCodes(date). The behavior is undefined unless date is marked as a holiday in this calendar.

Return an iterator providing non‐modifiable access to the last holiday code associated with the holiday referenced by the specified iter. If there are no holiday codes associated with the date referenced by iter, the returned iterator has the same value as that returned by rendHolidayCodes(iter). The behavior is undefined unless iter refers to a valid holiday of this calendar.

Created with MrDocs