Advances the iterator to the next chunk.
Synopses
Declared in <absl/strings/cord.h>
Advances the iterator to the next chunk.
Advances the iterator to the next chunk.
Cord::ChunkIterator
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