BloombergLP::bsltf::operator!=

Return true if the specified iterators do not refer to the same element, and false otherwise.

Synopsis

Declared in <bsltf_testvaluesarray.h>

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

Return Value

true if the iterators do not refer to the same element

Parameters

NameDescription
lhsleft-hand iterator
rhsright-hand iterator