[#absl-Cord-CharIterator-operator_inc-09] = 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. == Synopses Declared in `<absl/strings/cord.h>` Advances the iterator to the next character. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:absl/Cord/CharIterator.adoc[Cord::CharIterator]& xref:absl/Cord/CharIterator/operator_inc-02.adoc[operator++](); ---- [.small]#xref:absl/Cord/CharIterator/operator_inc-02.adoc[_» more..._]# Advances the iterator to the next character. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:absl/Cord/CharIterator.adoc[Cord::CharIterator] xref:absl/Cord/CharIterator/operator_inc-01.adoc[operator++](int unused); ---- [.small]#xref:absl/Cord/CharIterator/operator_inc-01.adoc[_» more..._]# == Return Value * A reference to this iterator after advancing. * A copy of the iterator before advancing. == Parameters [cols="1,4"] |=== | Name| Description | *unused* | Unused parameter. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#