Create a Tokenizer bound to input using soft and hard delimiters.
Synopsis
Declared in <bdlb_tokenizer.h>
Tokenizer(
std::string_view const& input,
std::string_view const& soft,
std::string_view const& hard);
Description
Same as the preceding overload for a string_view input.
Parameters
Name |
Description |
input |
character sequence to tokenize |
soft |
set of unique soft delimiter characters |
hard |
set of unique hard delimiter characters |
Created with MrDocs