BloombergLP::bdlt::operator<=

Return true if the specified lhs date is earlier than or the same as the specified rhs date, and false otherwise.

Synopsis

Declared in <bdlt_date.h>

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

Return Value

true if lhs is earlier than or the same as rhs

Parameters

NameDescription
lhsleft-hand date operand
rhsright-hand date operand