Dereferences the iterator.

Synopsis

Declared in <absl/strings/cord.h>

Cord::CharIterator::reference
operator*() const;

Return Value

A reference to the character the iterator points to.

Created with MrDocs