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

Synopsis

Declared in <bslstl_treeiterator.h>

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