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);

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

void
reset(char const* input);

Parameters

Name

Description

input

character sequence to tokenize

Created with MrDocs