Constructs a 256‐bit integer from a base class value.
Synopsis
Declared in <arith_uint256.h>
constexpr
arith_uint256(base_uint<256> const& b);
Parameters
Name |
Description |
b |
The base value to copy. |
Created with MrDocs