[#BloombergLP-bslstl-ForwardIterator-operator_ptr] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslstl.adoc[bslstl]::xref:BloombergLP/bslstl/ForwardIterator.adoc[ForwardIterator]::operator‐> :relfileprefix: ../../../ :mrdocs: Return a pointer to the current element. == Synopsis Declared in `<bslstl_forwarditerator.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- T* operator‐>() const; ---- == Description The behavior is undefined if this iterator has the past‐the‐end value for an iterator over the underlying sequence. == Return Value pointer to the current element [.small]#Created with https://www.mrdocs.com[MrDocs]#