[#BloombergLP-bdlb-Tokenizer-end] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlb.adoc[bdlb]::xref:BloombergLP/bdlb/Tokenizer.adoc[Tokenizer]::end :relfileprefix: ../../../ :mrdocs: Return an iterator referring past the last token in the input string. == Synopsis Declared in `<bdlb_tokenizer.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdlb/Tokenizer/iterator.adoc[iterator] end() const; ---- == Description Return an iterator referring to position beyond the last token in this object's input string. This reference remains valid as long as the underlying input has not been modified or destroyed since this object was most recently reset (or created). == Return Value past‐the‐end iterator for this object's input string [.small]#Created with https://www.mrdocs.com[MrDocs]#