[#prevector-0c-const_iterator-operator_star] = xref:prevector-0c.adoc[prevector]::xref:prevector-0c/const_iterator.adoc[const_iterator]::operator* :relfileprefix: ../../ :mrdocs: Returns a reference to the pointed‐to element. == Synopsis Declared in `<prevector.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- T const& operator*() const; ---- == Return Value A reference to the element the iterator refers to. [.small]#Created with https://www.mrdocs.com[MrDocs]#