[#BloombergLP-bslstl-TreeIterator-2constructor-0e] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslstl.adoc[bslstl]::xref:BloombergLP/bslstl/TreeIterator.adoc[TreeIterator]::TreeIterator :relfileprefix: ../../../ :mrdocs: Create an iterator at the specified `position`. The behavior is undefined unless `node` is of the parameterized `NODE`, which is derived from 'bslalg::RbTreeNode. Note that this constructor 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"] ---- explicit TreeIterator(xref:BloombergLP/bslalg/RbTreeNode.adoc[bslalg::RbTreeNode] const* node); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#