clang::mrdocs::dom::operator<=>

Compare two objects for precedence.

Synopsis

Declared in <mrdocs/Dom/Object.hpp>

std::strong_ordering
operator<=>(
    Object const& a,
    Object const& b) noexcept;

Return Value

The relative order of the objects

Parameters

Name

Description

a

The left operand

b

The right operand

Created with MrDocs