Returns the remainder of lhs divided by rhs.

Synopsis

Declared in <absl/numeric/int128.h>

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

Return Value

The remainder lhs % rhs.

Parameters

Name

Description

lhs

The dividend.

rhs

The divisor.

Created with MrDocs