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

Name

Description

val

The operand.

Created with MrDocs