mrdocs::operator<=>

Compare polymorphic template arguments.

Synopsis

Declared in <mrdocs/Metadata/TArg.hpp>

std::strong_ordering
operator<=>(
    Polymorphic<TArg> const& lhs,
    Polymorphic<TArg> const& rhs);

Return Value

The relative order of the objects

Parameters

NameDescription
lhsThe left operand
rhsThe right operand