base_uint<256>::base_uint

Constructs a big integer from a 64-bit unsigned value.

Synopsis

Declared in <arith_uint256.h>

constexpr
base_uint(uint64_t b);

Parameters

NameDescription
bThe value to store in the low 64 bits.