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