[#prevector-0c-iterator-operator_star] = xref:prevector-0c.adoc[prevector]::xref:prevector-0c/iterator.adoc[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& operator*() const; ---- == Return Value A reference to the element the iterator refers to. [.small]#Created with https://www.mrdocs.com[MrDocs]#