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