[#BloombergLP-bslstl-TreeIterator-operator_ptr] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslstl.adoc[bslstl]::xref:BloombergLP/bslstl/TreeIterator.adoc[TreeIterator]::operator‐> :relfileprefix: ../../../ :mrdocs: Return the address of the value (of the parameterized `VALUE`) of the element at which this iterator is positioned. The behavior is undefined unless this iterator is at a valid position in the tree. == Synopsis Declared in `<bslstl_treeiterator.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bslstl/TreeIterator/pointer.adoc[TreeIterator<VALUE, NODE, DIFFERENCE_TYPE>::pointer] operator‐>() const; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#