Rebind this object to refer to the specified sequence of input characters.
Declared in <bdlb_tokenizer.h>
Rebind this object to refer to the specified sequence of input characters.
void
reset(std::string_view const& input);
» more...
Rebind this object to refer to the specified sequence of input characters.
void
reset(char const* input);
» more...
| Name | Description |
|---|---|
| input | character sequence to tokenize |