[#absl-ByChar-2constructor] = xref:absl.adoc[absl]::xref:absl/ByChar.adoc[ByChar]::ByChar :relfileprefix: ../../ :mrdocs: Constructs a `ByChar` delimiter matching the character `c`. == Synopsis Declared in `<absl/strings/str_split.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- explicit ByChar(char c); ---- == Parameters [cols="1,4"] |=== | Name| Description | *c* | The character to match as a delimiter. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#