Advance iterator to the next holiday and return its previous value.
Synopsis
Declared in <bdlt_packedcalendar.h>
bdlt::PackedCalendar_HolidayConstIterator
operator++(
PackedCalendar_HolidayConstIterator& iterator,
int unused);
Description
Advance the specified iterator to refer to the next holiday in the associated calendar, and return the previous value of iterator. The behavior is undefined unless, on entry, iterator references a valid holiday.
Return Value
the previous value of iterator
Parameters
Name |
Description |
iterator |
holiday iterator to advance |
unused |
unused argument distinguishing the postfix operator |
Created with MrDocs