BloombergLP::bslstl::operator==

Return whether the specified iterators refer to the same tree node.

Synopsis

Declared in <bslstl_treeiterator.h>

bool
operator==(
    TreeIterator<VALUE1, NODEPTR, DIFF> const& lhs,
    TreeIterator<VALUE2, NODEPTR, DIFF> const& rhs);

Return Value

true if the iterators refer to the same tree node, and false otherwise

Parameters

NameDescription
lhsfirst iterator to compare
rhssecond iterator to compare