Performs a three-way comparison of two big integers.
Declared in <arith_uint256.h>
std::strong_ordering
operator<=>(
base_uint<256> const& a,
base_uint<256> const& b);
The ordering of a relative to b.
| Name | Description |
|---|---|
| a | The left-hand operand. |
| b | The right-hand operand. |