Advances the iterator to the next chunk.

Synopsis

Declared in <absl/strings/cord.h>

Cord::ChunkIterator&
operator++();

Return Value

A reference to this iterator after advancing.

Created with MrDocs