[#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, modifiable element. The behavior is undefined if this iterator has the past‐the‐end value for an iterator over the underlying sequence. == Synopsis Declared in `<bslstl_forwarditerator.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- T* operator‐>() const; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#