[#absl-Cord-ChunkIterator-operator_inc-02] = xref:absl.adoc[absl]::xref:absl/Cord.adoc[Cord]::xref:absl/Cord/ChunkIterator.adoc[ChunkIterator]::operator++ :relfileprefix: ../../../ :mrdocs: Advances the iterator to the next chunk. == Synopsis Declared in `<absl/strings/cord.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:absl/Cord/ChunkIterator.adoc[Cord::ChunkIterator]& operator++(); ---- == Return Value A reference to this iterator after advancing. [.small]#Created with https://www.mrdocs.com[MrDocs]#