absl::operator%

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

NameDescription
lhsThe dividend.
rhsThe divisor.