Return whether the iterators refer to the same position (see free operator==).
Declared in <bdlc_compactedarray.h>
template<>
bool
operator==(
CompactedArray_ConstIterator const& lhs,
CompactedArray_ConstIterator const& rhs);
true if the iterators refer to the same position, and false otherwise
| Name | Description |
|---|---|
| lhs | left-hand-side iterator |
| rhs | right-hand-side iterator |