BloombergLP::bsltf::operator!=

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

Synopsis

Declared in <bsltf_inputiterator.h>

bool
operator!=(
    InputIterator<TYPE2> const& lhs,
    InputIterator<TYPE2> const& rhs);

Return Value

true if the iterators refer to different positions

Parameters

NameDescription
lhsleft-hand iterator
rhsright-hand iterator