absl::operator/

Returns the quotient of lhs divided by rhs.

Synopsis

Declared in <absl/numeric/int128.h>

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

Return Value

The quotient lhs / rhs.

Parameters

NameDescription
lhsThe dividend.
rhsThe divisor.