Advance object to the next token and return a copy of its prior value.
Declared in <bdlb_tokenizer.h>
bdlb::TokenizerIterator const
operator++(
TokenizerIterator& object,
int postfix);
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.
copy of object prior to advancing
| Name | Description |
|---|---|
| object | iterator to advance |
| postfix | unused parameter distinguishing the postfix operator |