BloombergLP::bslstl::TreeIterator::TreeIterator

Constructors

Synopses

Declared in <bslstl_treeiterator.h>

Create an uninitialized iterator.

TreeIterator();
» more...

Create an iterator positioned at the specified node.

explicit
TreeIterator(bslalg::RbTreeNode const* node);
» more...

Create an iterator copying the position of another iterator.

template<class NON_CONST_ITERATOR>
TreeIterator(NON_CONST_ITERATOR const& original)
requires bsl::is_convertible<NON_CONST_ITERATOR,
                                                       NcIter>::value;
» more...

Parameters

NameDescription
nodetree node at which to position the iterator
originaliterator whose position is copied