Advances the iterator to the next character.
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...
| Name | Description |
|---|---|
| unused | Unused parameter. |