absl::operator-

Returns the arithmetic negation of val.

Synopsis

Declared in <absl/numeric/int128.h>

constexpr
uint128
operator-(uint128 val);

Return Value

The two's-complement negation of val.

Parameters

NameDescription
valThe operand.