Returns the sum of lhs and rhs.

Synopsis

Declared in <absl/numeric/int128.h>

constexpr
uint128
operator+(
    uint128 lhs,
    uint128 rhs);

Return Value

The sum lhs + rhs.

Parameters

Name

Description

lhs

The left‐hand operand.

rhs

The right‐hand operand.

Created with MrDocs