[#BloombergLP-bdlb-operator_inc-07] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlb.adoc[bdlb]::operator++ :relfileprefix: ../../ :mrdocs: Advance `object` to the next token and return a copy of its prior value. == Synopsis Declared in `<bdlb_tokenizer.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdlb/TokenizerIterator.adoc[bdlb::TokenizerIterator] const operator++( xref:BloombergLP/bdlb/TokenizerIterator.adoc[TokenizerIterator]& object, int postfix); ---- == Description Advance the iteration state of the specified `object` to refer to the next token in the underlying input sequence, and return a copy of this object prior advancing the iteration state. The behavior is undefined unless the iteration state of this object is initially valid, or if the underlying input has been modified or destroyed since this object was created. == Return Value copy of `object` prior to advancing == Parameters [cols="1,4"] |=== | Name| Description | *object* | iterator to advance | *postfix* | unused parameter distinguishing the postfix operator |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#