Three-way comparison operator
Declared in <mp-units/framework/symbol_text.h>
[[nodiscard]]
constexpr
auto
operator<=>(
symbol_text const& lhs,
symbol_text<N2, M2> const& rhs) noexcept;
The relative order of the objects
| Name | Description |
|---|---|
| lhs | The left operand |
| rhs | The right operand |