Returns the bitwise complement of the value.

Synopsis

Declared in <arith_uint256.h>

base_uint<256>
operator~() const;

Return Value

A new big integer with every bit inverted.

Created with MrDocs