BloombergLP::bsltf::operator==

Return true if the specified sentinel and iterator refer to the same element, and false otherwise.

Synopsis

Declared in <bsltf_testvaluesarray.h>

bool
operator==(
    TestValuesArraySentinel<OTHER_VALUE> const& lhs,
    TestValuesArrayIterator<OTHER_VALUE> const& rhs);

Return Value

true if both refer to the same element

Parameters

NameDescription
lhssentinel to compare
rhsiterator to compare