[#BloombergLP-bslstl-TreeIterator-operator_star] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslstl.adoc[bslstl]::xref:BloombergLP/bslstl/TreeIterator.adoc[TreeIterator]::operator* :relfileprefix: ../../../ :mrdocs: Return a reference providing modifiable access to 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/reference.adoc[TreeIterator<VALUE, NODE, DIFFERENCE_TYPE>::reference] operator*() const; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#