mp_units::operator<=>

Compares two quantity characters lexicographically on (order, field)

Synopsis

Declared in <mp-units/framework/quantity_character.h>

[[nodiscard]]
constexpr
auto
operator<=>(
    quantity_character lhs,
    quantity_character rhs) = default;

Return Value

the lexicographic ordering of lhs and rhs

NOTE

The return value should not be discarded.

Parameters

NameDescription
lhsfirst quantity character to compare
rhssecond quantity character to compare