Advances the iterator to the next character.

Synopsis

Declared in <absl/strings/cord.h>

Cord::CharIterator&
operator++();

Return Value

A reference to this iterator after advancing.

Created with MrDocs