Less‐than‐or‐equal operators

Synopses

Declared in <bsls_timeinterval.h>

Same as the preceding overload.

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

Same as the preceding overload, converting rhs from double.

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

Same as the preceding overload, converting lhs from double.

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

Created with MrDocs