absl::operator-

Returns the arithmetic negation of v.

Synopsis

Declared in <absl/numeric/int128.h>

constexpr
int128
operator-(int128 v);

Return Value

The negated value -v.

Parameters

NameDescription
vThe operand.