BloombergLP::bsls::operator==

Equality operators

Synopses

Declared in <bsls_timeinterval.h>

Return true if the specified lhs and rhs intervals are equal.

bool
operator==(
    TimeInterval const& lhs,
    TimeInterval const& rhs);
» more...

Same as the preceding overload.

bool
operator==(
    TimeInterval const& lhs,
    double rhs);
» more...

Same as the preceding overload.

bool
operator==(
    double lhs,
    TimeInterval const& rhs);
» more...

Return Value

true if lhs and rhs have the same value; false otherwise

Parameters

NameDescription
lhsleft-hand time interval
rhsright-hand time interval