BloombergLP::bdlt::operator!=

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

Synopsis

Declared in <bdlt_timetable.h>

bool
operator!=(
    Timetable_ConstIterator const& lhs,
    Timetable_ConstIterator const& rhs);

Description

Return true if the specified lhs and rhs iterators do not have the same value, and false otherwise. Two Timetable_ConstIterator iterators do not have the same value if they do not refer to the same timetable, or do not refer to the same transition.

Return Value

true if the iterators are not equal

Parameters

NameDescription
lhsfirst iterator
rhssecond iterator