Advances the iterator to the next chunk.
Declared in <absl/strings/cord.h>
Advances the iterator to the next chunk.
Cord::ChunkIterator&
operator++();
» more...
Advances the iterator to the next chunk.
Cord::ChunkIterator
operator++(int unused);
» more...
| Name | Description |
|---|---|
| unused | Unused parameter. |