Inequality operators
Declared in <bdlt_calendar.h>
Return true if the two time objects do not have the same value.
bool
operator!=(
Time const& lhs,
Time const& rhs);
» more...
Return true if the configurations differ.
bool
operator!=(
FixUtilConfiguration const& lhs,
FixUtilConfiguration const& rhs);
» more...
Return true if lhs and rhs compactable transitions do not have the same value.
bool
operator!=(
Timetable_CompactableTransition const& lhs,
Timetable_CompactableTransition const& rhs);
» more...
Return true if lhs and rhs timetable transitions do not have the same value.
bool
operator!=(
TimetableTransition const& lhs,
TimetableTransition const& rhs);
» more...
Return true if lhs and rhs daily timetables do not have the same value.
bool
operator!=(
Timetable_Day const& lhs,
Timetable_Day const& rhs);
» more...
Return true if lhs and rhs iterators do not have the same value.
bool
operator!=(
Timetable_ConstIterator const& lhs,
Timetable_ConstIterator const& rhs);
» more...
Return true if lhs and rhs timetables do not have the same value.
bool
operator!=(
Timetable const& lhs,
Timetable const& rhs);
» more...
Return true if the configurations differ.
bool
operator!=(
Iso8601UtilParseConfiguration lhs,
Iso8601UtilParseConfiguration rhs);
» more...
Return true if the configurations differ.
bool
operator!=(
Iso8601UtilConfiguration const& lhs,
Iso8601UtilConfiguration const& rhs);
» more...
Return true if the two DatetimeTz objects do not have the same value.
bool
operator!=(
DatetimeTz const& lhs,
DatetimeTz const& rhs);
» more...
Return whether the specified lhs and rhs do not have the same value.
bool
operator!=(
TimeTz const& lhs,
TimeTz const& rhs);
» more...
Return whether the specified lhs and rhs do not have the same value.
bool
operator!=(
DateTz const& lhs,
DateTz const& rhs);
» more...
Return true if the two dates do not have the same value.
bool
operator!=(
Date const& lhs,
Date const& rhs);
» more...
Return true if the specified lhs and rhs intervals are not equal.
bool
operator!=(
DatetimeInterval const& lhs,
DatetimeInterval const& rhs);
» more...
Return true if the two datetimes do not have the same value.
bool
operator!=(
Datetime const& lhs,
Datetime const& rhs);
» more...
Return true if the specified lhs and rhs calendars differ in value.
bool
operator!=(
Calendar const& lhs,
Calendar const& rhs);
» more...
Return true if lhs and rhs do not refer to the same element.
bool
operator!=(
Calendar_BusinessDayConstIter const& lhs,
Calendar_BusinessDayConstIter const& rhs);
» more...
Return true if lhs and rhs do not refer to the same holiday code.
bool
operator!=(
PackedCalendar_HolidayCodeConstIterator const& lhs,
PackedCalendar_HolidayCodeConstIterator const& rhs);
» more...
Return true if lhs and rhs do not refer to the same holiday.
bool
operator!=(
PackedCalendar_HolidayConstIterator const& lhs,
PackedCalendar_HolidayConstIterator const& rhs);
» more...
Return true if the specified lhs and rhs calendars differ.
bool
operator!=(
PackedCalendar const& lhs,
PackedCalendar const& rhs);
» more...
Return true if lhs and rhs do not refer to the same business day.
bool
operator!=(
PackedCalendar_BusinessDayConstIterator const& lhs,
PackedCalendar_BusinessDayConstIterator const& rhs);
» more...
Return true if the specified lhs and rhs sets do not have the same value.
bool
operator!=(
DayOfWeekSet const& lhs,
DayOfWeekSet const& rhs);
» more...
Return true if the specified lhs and rhs iterators do not have the same value.
bool
operator!=(
DayOfWeekSet_Iter const& lhs,
DayOfWeekSet_Iter const& rhs);
» more...
Return true if lhs and rhs do not have the same value, and false otherwise.
template<class ITERATOR>
bool
operator!=(
CalendarReverseIteratorAdapter<ITERATOR> const& lhs,
CalendarReverseIteratorAdapter<ITERATOR> const& rhs);
» more...
true if lhs and rhs do not have the same value, and false otherwisetrue if lhs and rhs do not have the same value, and false otherwisetrue if the compactable transitions are not equaltrue if the timetable transitions are not equaltrue if the daily timetables are not equaltrue if the iterators are not equaltrue if the timetables are not equaltrue if the configurations differ, and false otherwisetrue if the objects do not have the same value, and false otherwisetrue if lhs and rhs do not have the same value, and false otherwisetrue if the two dates do not have the same valuetrue if lhs and rhs do not have the same value, and false otherwisetrue if the two datetimes do not have the same valuetrue if lhs and rhs do not have the same value, and false otherwisetrue if lhs and rhs do not refer to the same element, and false otherwisetrue if lhs and rhs do not refer to the same holiday code, and false otherwisetrue if lhs and rhs do not refer to the same holiday, and false otherwisetrue if lhs and rhs do not refer to the same business day, and false otherwise| Name | Description |
|---|---|
| lhs | left-hand time operand |
| rhs | right-hand time operand |