Return true if the specified lhs and rhs calendars have the same value, and false otherwise. Two calendars have the same value if they have the same valid range (or are both empty), the same weekend days, the same holidays, and each corresponding pair of holidays has the same (ordered) set of associated holiday codes.

Synopsis

Declared in <bdlt_calendar.h>

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

Created with MrDocs