Returns the remainder of lhs divided by rhs.

Synopsis

Declared in <absl/numeric/int128.h>

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

Return Value

The remainder lhs % rhs.

Parameters

Name

Description

lhs

The dividend.

rhs

The divisor.

Created with MrDocs