Advances the iterator to the next character.
Synopses
Declared in <absl/strings/cord.h>
Advances the iterator to the next character.
Advances the iterator to the next character.
Cord::CharIterator
operator++(int unused);
Return Value
-
A reference to this iterator after advancing.
-
A copy of the iterator before advancing.
Parameters
Name |
Description |
unused |
Unused parameter. |
Created with MrDocs