Return true if the specified lhs and rhs iterators do not have the same value, and false otherwise. Two iterators do not have the same value if they do not refer to data at the same index position. The behavior is undefined unless lhs and rhs both reference into the same set of data.

Synopsis

Declared in <bdlt_dayofweekset.h>

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

Created with MrDocs