Constructors

Synopses

Declared in <arith_uint256.h>

Constructs a big integer with a value of zero.

constexpr
base_uint();

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

base_uint(base_uint const& b) = default;

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

constexpr
base_uint(uint64_t b);

Parameters

Name

Description

b

The value to copy.

Created with MrDocs