mp_units::utility::detail::operator<=>

Three-way comparison operator

Synopsis

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

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

Return Value

The relative order of the objects

NOTE

The return value should not be discarded.

Parameters

NameDescription
lhsThe left operand
rhsThe right operand