BloombergLP::bslstl::operator!=

Return true if the specified lhs and rhs do not have the same value.

Synopsis

Declared in <bslstl_hashtablebucketiterator.h>

template<
    class VALUE_TYPE,
    class DIFFERENCE_TYPE>
bool
operator!=(
    HashTableBucketIterator<VALUE_TYPE const, DIFFERENCE_TYPE> const& lhs,
    HashTableBucketIterator<VALUE_TYPE, DIFFERENCE_TYPE> const& rhs);

Return Value

true if lhs and rhs do not have the same value, and false otherwise

Parameters

NameDescription
lhsfirst iterator to compare
rhssecond iterator to compare