Assigns a 64‐bit unsigned value to this big integer.
Synopsis
Declared in <arith_uint256.h>
base_uint<256>&
operator=(uint64_t b);
Return Value
A reference to this object.
Parameters
Name |
Description |
b |
The value to store in the low 64 bits. |
Created with MrDocs