Rebind this object to refer to the specified sequence of input characters.
Synopsis
Declared in <bdlb_tokenizer.h>
void
reset(std::string_view const& input);
Description
Same as the preceding overload for a string_view input.
Parameters
Name |
Description |
input |
character sequence to tokenize |
Created with MrDocs