prevector::const_iterator::operator*

Returns a reference to the pointed-to element.

Synopsis

Declared in <prevector.h>

T const&
operator*() const;

Return Value

A reference to the element the iterator refers to.