Inequality operators

Synopses

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);

Return true if the configurations differ.

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

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

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

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

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

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

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

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

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

Return true if the configurations differ.

Return true if the configurations differ.

Return true if the two DatetimeTz objects do not have the same value.

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

Return whether the specified lhs and rhs do not have the same value.

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

Return whether the specified lhs and rhs do not have the same value.

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

Return true if the two dates do not have the same value.

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

Return true if the specified lhs and rhs intervals are not equal.

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

Return true if the two datetimes do not have the same value.

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

Return true if the specified lhs and rhs calendars differ in value.

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

Return true if lhs and rhs do not refer to the same element.

Return true if lhs and rhs do not refer to the same holiday code.

Return true if lhs and rhs do not refer to the same holiday.

Return true if the specified lhs and rhs calendars differ.

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

Return true if lhs and rhs do not refer to the same business day.

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

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

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);

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);

Return Value

  • true if lhs and rhs do not have the same value, and false otherwise

  • true if lhs and rhs do not have the same value, and false otherwise

  • true if the compactable transitions are not equal

  • true if the timetable transitions are not equal

  • true if the daily timetables are not equal

  • true if the iterators are not equal

  • true if the timetables are not equal

  • true if the configurations differ, and false otherwise

  • true if the objects do not have the same value, and false otherwise

  • true if lhs and rhs do not have the same value, and false otherwise

  • true if the two dates do not have the same value

  • true if lhs and rhs do not have the same value, and false otherwise

  • true if the two datetimes do not have the same value

  • true if lhs and rhs do not have the same value, and false otherwise

  • true if lhs and rhs do not refer to the same element, and false otherwise

  • true if lhs and rhs do not refer to the same holiday code, and false otherwise

  • true if lhs and rhs do not refer to the same holiday, and false otherwise

  • true if lhs and rhs do not refer to the same business day, and false otherwise

Parameters

Name

Description

lhs

left‐hand time operand

rhs

right‐hand time operand

Created with MrDocs