[#base_uint-02-2constructor-028] = xref:base_uint-02.adoc[base_uint]::base_uint :relfileprefix: ../ :mrdocs: Constructs a big integer from a 64‐bit unsigned value. == Synopsis Declared in `<arith_uint256.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr base_uint(uint64_t b); ---- == Parameters [cols="1,4"] |=== | Name| Description | *b* | The value to store in the low 64 bits. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#