Dereferences the iterator.

Synopsis

Declared in <absl/strings/cord.h>

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

Return Value

The chunk the iterator currently points to.

Created with MrDocs