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

Advances the iterator to the next chunk.

Synopses

Declared in <absl/strings/cord.h>

Advances the iterator to the next chunk.

Cord::ChunkIterator&
operator++();
» more...

Advances the iterator to the next chunk.

Cord::ChunkIterator
operator++(int unused);
» more...

Return Value

  • A reference to this iterator after advancing.
  • A copy of the iterator before advancing.

Parameters

NameDescription
unusedUnused parameter.