Determines whether lhs is greater than or equal to rhs.

Synopsis

Declared in <absl/numeric/int128.h>

constexpr
bool
operator>=(
    uint128 lhs,
    uint128 rhs);

Return Value

true if lhs is greater than or equal to rhs; false otherwise.

Parameters

Name

Description

lhs

The left‐hand operand.

rhs

The right‐hand operand.

Created with MrDocs