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

Synopsis

Declared in <bdlt_calendar.h>

bool
operator==(
    Calendar_BusinessDayConstIter const& lhs,
    Calendar_BusinessDayConstIter const& rhs);

Description

Return true if the specified lhs and rhs iterators 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 refer to the same element, and false otherwise

Parameters

Name

Description

lhs

left‐hand‐side iterator to compare

rhs

right‐hand‐side iterator to compare

Created with MrDocs