[#BloombergLP-bdlt-operator_inc-0ad] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlt.adoc[bdlt]::operator++ :relfileprefix: ../../ :mrdocs: Advance `iterator` to the next business day and return its prior value. == Synopsis Declared in `<bdlt_calendar.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdlt/Calendar_BusinessDayConstIter.adoc[Calendar_BusinessDayConstIter] operator++( xref:BloombergLP/bdlt/Calendar_BusinessDayConstIter.adoc[Calendar_BusinessDayConstIter]& iterator, int unused); ---- == Description Advance the specified `iterator` to refer to the next business day in the associated calendar, and return the previous value of `iterator`. The behavior is undefined unless, on entry, `iterator` references a valid business day. == Return Value the previous value of `iterator` == Parameters [cols="1,4"] |=== | Name| Description | *iterator* | iterator to advance | *unused* | unused argument distinguishing the postfix operator |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#