absl::ByChar::ByChar

Constructs a ByChar delimiter matching the character c.

Synopsis

Declared in <absl/strings/str_split.h>

explicit
ByChar(char c);

Parameters

NameDescription
cThe character to match as a delimiter.