base_uint::base_uint

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

Synopsis

Declared in <arith_uint256.h>

base_uint(base_uint const& b) = default;

Parameters

NameDescription
bThe value to copy.