absl::ByString::ByString

Constructs a ByString delimiter matching the sub-string sp.

Synopsis

Declared in <absl/strings/str_split.h>

explicit
ByString(std::string_view sp);

Parameters

NameDescription
spThe sub-string to match as a delimiter.