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