[#BloombergLP-bdlt-operator_inc-0b] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlt.adoc[bdlt]::operator++ :relfileprefix: ../../ :mrdocs: Advance the specified `iterator` to refer to the next transition in the referenced timetable, and return an iterator referring to the original element (_before_ the advancement). The behavior is undefined unless, on entry, `iterator` references a valid transition. == Synopsis Declared in `<bdlt_timetable.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdlt/Timetable_ConstIterator.adoc[bdlt::Timetable_ConstIterator] operator++( xref:BloombergLP/bdlt/Timetable_ConstIterator.adoc[Timetable_ConstIterator]& iterator, int); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#