absl::operator<

Determines whether lhs is less than rhs.

Synopsis

Declared in <absl/numeric/int128.h>

constexpr
bool
operator<(
    uint128 lhs,
    uint128 rhs);

Return Value

true if lhs is less than rhs; false otherwise.

Parameters

NameDescription
lhsThe left-hand operand.
rhsThe right-hand operand.