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

Synopsis

Declared in <arith_uint256.h>

constexpr
base_uint(uint64_t b);

Parameters

Name

Description

b

The value to store in the low 64 bits.

Created with MrDocs