Create an iterator positioned at the specified node.
Synopsis
Declared in <bslstl_treeiterator.h>
explicit
TreeIterator(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
Name |
Description |
node |
tree node at which to position the iterator |
Created with MrDocs