Constructs a 256‐bit integer from a 64‐bit unsigned value.
Synopsis
Declared in <arith_uint256.h>
constexpr
arith_uint256(uint64_t b);
Parameters
Name |
Description |
b |
The value to store in the low 64 bits. |
Created with MrDocs