[#BloombergLP-bdlb-Tokenizer-isValid] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlb.adoc[bdlb]::xref:BloombergLP/bdlb/Tokenizer.adoc[Tokenizer]::isValid :relfileprefix: ../../../ :mrdocs: 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. == Synopsis Declared in `<bdlb_tokenizer.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool isValid() const; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#