absl::operator<=>

Performs a three-way comparison of lhs and rhs.

Synopsis

Declared in <absl/numeric/int128.h>

constexpr
std::strong_ordering
operator<=>(
    uint128 lhs,
    uint128 rhs);

Return Value

An ordering describing whether lhs is less than, equal to, or greater than rhs.

Parameters

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