mp_units::operator<=>

Three-way comparison operator

Synopsis

Declared in <mp-units/ext/fixed_string.h>

[[nodiscard]]
constexpr
auto
operator<=>(
    basic_fixed_string const& lhs,
    basic_fixed_string<CharT, N2> const& rhs);

Return Value

The relative order of the objects

Parameters

NameDescription
lhsThe left operand
rhsThe right operand