BloombergLP::bdlt::operator!=

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

Synopsis

Declared in <bdlt_packedcalendar.h>

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

Description

Return true if the specified lhs and rhs iterators do not refer to the same element in the same calendar, and false otherwise. The behavior is undefined unless lhs and rhs both iterate over the same calendar.

Return Value

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

Parameters

NameDescription
lhsleft-hand iterator
rhsright-hand iterator