[#absl-ByLength-2constructor] = xref:absl.adoc[absl]::xref:absl/ByLength.adoc[ByLength]::ByLength :relfileprefix: ../../ :mrdocs: Constructs a `ByLength` delimiter that splits every `length` characters. == Synopsis Declared in `<absl/strings/str_split.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- explicit ByLength(ptrdiff_t length); ---- == Parameters [cols="1,4"] |=== | Name| Description | *length* | The fixed length of each split; must be greater than 0. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#