absl::operator+

Returns the unary plus of val, which is val unchanged.

Synopsis

Declared in <absl/numeric/int128.h>

constexpr
uint128
operator+(uint128 val);

Return Value

The value of val.

Parameters

NameDescription
valThe operand.