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
Dereferences the iterator.
Declared in <absl/strings/cord.h>
Cord::ChunkIterator::reference
operator*() const;
The chunk the iterator currently points to.
Created with MrDocs