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

Synopsis

Declared in <arith_uint256.h>

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

Parameters

Name

Description

b

The value to copy.

Created with MrDocs