absl::Cord::ChunkIterator::operator++

Advances the iterator to the next chunk.

Synopsis

Declared in <absl/strings/cord.h>

Cord::ChunkIterator
operator++(int unused);

Return Value

A copy of the iterator before advancing.

Parameters

NameDescription
unusedUnused parameter.