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