BloombergLP::bdlb::Tokenizer::reset

Rebind this object to refer to the specified sequence of input characters.

Synopses

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...

Parameters

NameDescription
inputcharacter sequence to tokenize