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.
Synopsis
Declared in <bdlb_tokenizer.h>
bdlb::TokenizerIterator const
operator++(
TokenizerIterator& object,
int);
Created with MrDocs