absl::AnySpan::IteratorBase::operator*

Dereferences the iterator.

Synopsis

Declared in <absl/types/any_span.h>

reference
operator*() const;

Return Value

A reference to the current element.