[#arith_uint256-2constructor-05] = xref:arith_uint256.adoc[arith_uint256]::arith_uint256 :relfileprefix: ../ :mrdocs: Constructs a 256‐bit integer from a base class value. == Synopsis Declared in `<arith_uint256.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr arith_uint256(xref:base_uint-02.adoc[base_uint<256>] const& b); ---- == Parameters [cols="1,4"] |=== | Name| Description | *b* | The base value to copy. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#