Tests whether a big integer equals a 64‐bit value.
Synopsis
Declared in <arith_uint256.h>
bool
operator==(
base_uint const& a,
uint64_t b);
Return Value
True if a equals b, otherwise false.
Parameters
Name |
Description |
a |
The big integer operand. |
b |
The 64‐bit operand. |
Created with MrDocs