Return true if the specified lhs and rhs iterators do not have the same value.
Synopsis
Declared in <bdlt_dayofweekset.h>
bool
operator!=(
DayOfWeekSet_Iter const& lhs,
DayOfWeekSet_Iter const& rhs);
Description
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.
Return Value
true if lhs and rhs do not have the same value, and false otherwise
Parameters
Name |
Description |
lhs |
left‐hand iterator |
rhs |
right‐hand iterator |
Created with MrDocs