Constructs a range over the chunks of cord.

Synopsis

Declared in <absl/strings/cord.h>

explicit
ChunkRange(Cord const* cord);

Parameters

Name

Description

cord

The Cord whose chunks are iterated over.

Created with MrDocs