[#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 positioned at the specified node. == Synopsis Declared in `<bslstl_treeiterator.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- explicit TreeIterator(xref:BloombergLP/bslalg/RbTreeNode.adoc[bslalg::RbTreeNode] const* node); ---- == Description 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. == Parameters [cols="1,4"] |=== | Name| Description | *node* | tree node at which to position the iterator |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#