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