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

Synopsis

Declared in <absl/numeric/int128.h>

constexpr
int128
operator+(int128 val);

Return Value

The value of val.

Parameters

Name

Description

val

The operand.

Created with MrDocs