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

Name

Description

v

The operand.

Created with MrDocs