[#absl-Cord-CharRange-2constructor] = xref:absl.adoc[absl]::xref:absl/Cord.adoc[Cord]::xref:absl/Cord/CharRange.adoc[CharRange]::CharRange :relfileprefix: ../../../ :mrdocs: Constructs a range over the characters of `cord`. == Synopsis Declared in `<absl/strings/cord.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- explicit CharRange(xref:absl/Cord.adoc[Cord] const* cord); ---- == Parameters [cols="1,4"] |=== | Name| Description | *cord* | The Cord whose characters are iterated over. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#