absl::Cord::CharIterator::operator++

Advances the iterator to the next character.

Synopsis

Declared in <absl/strings/cord.h>

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

Return Value

A copy of the iterator before advancing.

Parameters

NameDescription
unusedUnused parameter.