Returns the unary plus of val, which is val unchanged.
val
Declared in <absl/numeric/int128.h>
<absl/numeric/int128.h>
constexpr uint128 operator+(uint128 val);
The value of val.
Name
Description
The operand.
Created with MrDocs