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
Name |
Description |
lhs |
first iterator to compare |
rhs |
second iterator to compare |
Created with MrDocs