Return an iterator referring past the last token in the input string.
Synopsis
Declared in <bdlb_tokenizer.h>
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
Created with MrDocs