Returns the two's‐complement negation of the value.
Synopsis
Declared in <arith_uint256.h>
base_uint<256>
operator‐() const;
Return Value
A new big integer equal to zero minus this value.
Created with MrDocs