Returns the arithmetic negation of val.
val
Declared in <absl/numeric/int128.h>
<absl/numeric/int128.h>
constexpr uint128 operator‐(uint128 val);
The two's‐complement negation of val.
Name
Description
The operand.
Created with MrDocs