Constructs a ByChar delimiter matching the character c.

Synopsis

Declared in <absl/strings/str_split.h>

explicit
ByChar(char c);

Parameters

Name

Description

c

The character to match as a delimiter.

Created with MrDocs