Performs a three-way comparison of lhs and rhs.
Declared in <absl/numeric/int128.h>
constexpr
std::strong_ordering
operator<=>(
uint128 lhs,
uint128 rhs);
An ordering describing whether lhs is less than, equal to, or greater than rhs.
| Name | Description |
|---|---|
| lhs | The left-hand operand. |
| rhs | The right-hand operand. |