Returns the logical negation of val.
Synopsis
Declared in <absl/numeric/int128.h>
constexpr
bool
operator!(uint128 val);
Return Value
true if val is zero; false otherwise.
Parameters
Name |
Description |
val |
The operand. |
Created with MrDocs