mrdocs::doc::operator<=>

Three‐way comparison operator

Synopsis

Declared in <mrdocs/Metadata/DocComment/Block.hpp>

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

Return Value

The relative order of the objects

Parameters

Name Description

lhs

The left operand

rhs

The right operand

Created with MrDocs