base_uint::operator-

Returns the two's-complement negation of the value.

Synopsis

Declared in <arith_uint256.h>

base_uint
operator-() const;

Return Value

A new big integer equal to zero minus this value.