Constructors

Synopses

Declared in <arith_uint256.h>

Constructs a big integer with a value of zero.

constexpr
base_uint();

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

constexpr
base_uint(uint64_t b);

Copy‐constructs a big integer from another of the same width.

constexpr
base_uint(base_uint<256> const& b) = default;

Parameters

Name

Description

b

The value to store in the low 64 bits.

Created with MrDocs