absl::Cord::ChunkRange::ChunkRange

Constructs a range over the chunks of cord.

Synopsis

Declared in <absl/strings/cord.h>

explicit
ChunkRange(Cord const* cord);

Parameters

NameDescription
cordThe Cord whose chunks are iterated over.