[#BloombergLP-bdlb-TokenizerIterator-operator_inc] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlb.adoc[bdlb]::xref:BloombergLP/bdlb/TokenizerIterator.adoc[TokenizerIterator]::operator++ :relfileprefix: ../../../ :mrdocs: Advance the iteration state of this object to refer to the next token in the underlying input sequence, and return a reference providing modifiable access to this object. 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. == Synopsis Declared in `<bdlb_tokenizer.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdlb/TokenizerIterator.adoc[TokenizerIterator]& operator++(); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#