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