Return true if this object's iteration state is valid.
Declared in <bdlb_tokenizer.h>
bool
isValid() const;
Return true if the iteration state of this object is valid, and false otherwise. Note that the behavior of advancing the iteration state as well as accessing the current token or (trailing) delimiter is undefined unless the current iteration state of this object is valid.
true if the iteration state is valid, and false otherwise