[#BloombergLP-bslstl-TreeIterator-node] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslstl.adoc[bslstl]::xref:BloombergLP/bslstl/TreeIterator.adoc[TreeIterator]::node :relfileprefix: ../../../ :mrdocs: Return the address of the non‐modifiable tree node at which this iterator is positioned, or 0 if this iterator is not at a valid position in the tree. Note that this method is an implementation detail and is not part of the C++ standard. == Synopsis Declared in `<bslstl_treeiterator.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bslalg/RbTreeNode.adoc[bslalg::RbTreeNode] const* node() const; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#