[#absl-Cord-CharIterator-operator_star] = xref:absl.adoc[absl]::xref:absl/Cord.adoc[Cord]::xref:absl/Cord/CharIterator.adoc[CharIterator]::operator* :relfileprefix: ../../../ :mrdocs: Dereferences the iterator. == Synopsis Declared in `<absl/strings/cord.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:absl/Cord/CharIterator/reference.adoc[Cord::CharIterator::reference] operator*() const; ---- == Return Value A reference to the character the iterator points to. [.small]#Created with https://www.mrdocs.com[MrDocs]#