Constructs a ByString delimiter matching the sub‐string sp.

Synopsis

Declared in <absl/strings/str_split.h>

explicit
ByString(std::string_view sp);

Parameters

Name

Description

sp

The sub‐string to match as a delimiter.

Created with MrDocs