mp_units::utility::operator<=>

Compares a safe_int with a constrained value

Synopsis

Declared in <mp-units/utility/safe_int.h>

[[nodiscard]]
constexpr
auto
operator<=>(
    safe_int lhs,
    constrained<U, CP> const& rhs);

Return Value

the ordering of the underlying values

NOTE

The return value should not be discarded.

Parameters

NameDescription
lhsthe safe_int to compare
rhsthe constrained value to compare against