base_uint<256>::CompareTo

Numeric ordering, treating the value as an unsigned integer rather than a byte blob.

Synopsis

Declared in <arith_uint256.h>

int
CompareTo(base_uint<256> const& b) const;

Return Value

A negative number, zero, or a positive number if this value is less than, equal to, or greater than b.

Parameters

NameDescription
bThe value to compare against.