BloombergLP::bsltf::operator!=

Return true if the specified lhs and the specified rhs do not refer to the same element, and false otherwise. The behavior is undefined unless lhs and rhs are comparable.

Synopsis

Declared in <bsltf_testvaluesarray.h>

template<class VALUE>
bool
operator!=(
    TestValuesArrayIterator<VALUE> const& lhs,
    TestValuesArraySentinel<VALUE> const& rhs);