Determines whether lhs is less than or equal to rhs.
lhs
rhs
Declared in <absl/numeric/int128.h>
<absl/numeric/int128.h>
constexpr bool operator<=( uint128 lhs, uint128 rhs);
true if lhs is less than or equal to rhs; false otherwise.
true
false