mrdocs::operator<=>
Three‐way comparison operator
Synopsis
Declared in <mrdocs/Metadata/TArg.hpp>
std::strong_ordering
operator<=>(
    Polymorphic<TArg> const& lhs,
    Polymorphic<TArg> const& rhs);Parameters
| Name | Description | 
| lhs | The left operand | 
| rhs | The right operand | 
Created with MrDocs