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
Advances the iterator to the next character.
Declared in <absl/strings/cord.h>
Cord::CharIterator&
operator++();
A reference to this iterator after advancing.
Created with MrDocs