arith_uint256::arith_uint256

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

Synopsis

Declared in <arith_uint256.h>

constexpr
arith_uint256(uint64_t b);

Parameters

NameDescription
bThe value to store in the low 64 bits.