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

Advances the iterator to the next character.

Synopses

Declared in <absl/strings/cord.h>

Advances the iterator to the next character.

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

Advances the iterator to the next character.

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

Return Value

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

Parameters

NameDescription
unusedUnused parameter.