base_uint::operator~

Returns the bitwise complement of the value.

Synopsis

Declared in <arith_uint256.h>

base_uint
operator~() const;

Return Value

A new big integer with every bit inverted.