[#BloombergLP-bdlt-operator_inc-09c] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlt.adoc[bdlt]::operator++ :relfileprefix: ../../ :mrdocs: 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. == Synopsis Declared in `<bdlt_packedcalendar.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdlt/PackedCalendar_HolidayConstIterator.adoc[bdlt::PackedCalendar_HolidayConstIterator] operator++( xref:BloombergLP/bdlt/PackedCalendar_HolidayConstIterator.adoc[PackedCalendar_HolidayConstIterator]& iterator, int); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#