Equality operators
Synopses
Declared in <bdlt_calendar.h>
Return true if the two time objects have the same value.
bool
operator==(
Time const& lhs,
Time const& rhs);
Return true if the specified lhs and rhs have the same value.
bool
operator==(
FixUtilConfiguration const& lhs,
FixUtilConfiguration const& rhs);
Return true if lhs and rhs compactable transitions have the same value.
bool
operator==(
Timetable_CompactableTransition const& lhs,
Timetable_CompactableTransition const& rhs);
Return true if lhs and rhs timetable transitions have the same value.
bool
operator==(
TimetableTransition const& lhs,
TimetableTransition const& rhs);
Return true if lhs and rhs daily timetables have the same value.
bool
operator==(
Timetable_Day const& lhs,
Timetable_Day const& rhs);
Return true if lhs and rhs iterators have the same value.
bool
operator==(
Timetable_ConstIterator const& lhs,
Timetable_ConstIterator const& rhs);
Return true if lhs and rhs timetables have the same value.
bool
operator==(
Timetable const& lhs,
Timetable const& rhs);
Return true if the specified lhs and rhs have the same value.
Return true if the specified lhs and rhs have the same value.
bool
operator==(
Iso8601UtilConfiguration const& lhs,
Iso8601UtilConfiguration const& rhs);
Return true if the two DatetimeTz objects have the same value.
bool
operator==(
DatetimeTz const& lhs,
DatetimeTz const& rhs);
Return whether the specified lhs and rhs have the same value.
bool
operator==(
TimeTz const& lhs,
TimeTz const& rhs);
Return whether the specified lhs and rhs have the same value.
bool
operator==(
DateTz const& lhs,
DateTz const& rhs);
Return true if the two dates have the same value.
bool
operator==(
Date const& lhs,
Date const& rhs);
Return true if the specified lhs and rhs intervals are equal.
bool
operator==(
DatetimeInterval const& lhs,
DatetimeInterval const& rhs);
Return true if the two datetimes have the same value.
bool
operator==(
Datetime const& lhs,
Datetime const& rhs);
Return true if the specified lhs and rhs calendars have the same value.
bool
operator==(
Calendar const& lhs,
Calendar const& rhs);
Return true if lhs and rhs refer to the same calendar element.
bool
operator==(
Calendar_BusinessDayConstIter const& lhs,
Calendar_BusinessDayConstIter const& rhs);
Return true if lhs and rhs refer to the same holiday code.
bool
operator==(
PackedCalendar_HolidayCodeConstIterator const& lhs,
PackedCalendar_HolidayCodeConstIterator const& rhs);
Return true if lhs and rhs refer to the same holiday.
bool
operator==(
PackedCalendar_HolidayConstIterator const& lhs,
PackedCalendar_HolidayConstIterator const& rhs);
Return true if the specified lhs and rhs calendars have the same value.
bool
operator==(
PackedCalendar const& lhs,
PackedCalendar const& rhs);
Return true if lhs and rhs refer to the same business day.
bool
operator==(
PackedCalendar_BusinessDayConstIterator const& lhs,
PackedCalendar_BusinessDayConstIterator const& rhs);
Return true if the specified lhs and rhs sets have the same value.
bool
operator==(
DayOfWeekSet const& lhs,
DayOfWeekSet const& rhs);
Return true if the specified lhs and rhs iterators have the same value.
bool
operator==(
DayOfWeekSet_Iter const& lhs,
DayOfWeekSet_Iter const& rhs);
Return true if lhs and rhs have the same value, and false otherwise.
template<class ITERATOR>
bool
operator==(
CalendarReverseIteratorAdapter<ITERATOR> const& lhs,
CalendarReverseIteratorAdapter<ITERATOR> const& rhs);
Return Value
-
trueiflhsandrhshave the same value, andfalseotherwise -
trueiflhsandrhshave the same value, andfalseotherwise -
trueif the compactable transitions are equal -
trueif the timetable transitions are equal -
trueif the daily timetables are equal -
trueif the iterators are equal -
trueif the timetables are equal -
trueif the configurations have the same value, andfalseotherwise -
trueif the objects have the same value, andfalseotherwise -
trueiflhsandrhshave the same value, andfalseotherwise -
trueif the two dates have the same value -
trueif the two datetimes have the same value -
trueiflhsandrhshave the same value, andfalseotherwise -
trueiflhsandrhsrefer to the same element, andfalseotherwise -
trueiflhsandrhsrefer to the same holiday code, andfalseotherwise -
trueiflhsandrhsrefer to the same holiday, andfalseotherwise -
trueiflhsandrhsrefer to the same business day, andfalseotherwise
Parameters
Name |
Description |
lhs |
left‐hand time operand |
rhs |
right‐hand time operand |
Created with MrDocs