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

Name

Description

lhs

first quantity character to compare

rhs

second quantity character to compare

Created with MrDocs