mrdocs::SymbolID::operator<=>

Compare two SymbolIDs with strong ordering.

Synopsis

Declared in <mrdocs/Metadata/Symbol/SymbolID.hpp>

auto
operator<=>(SymbolID const& other) const noexcept;

Return Value

The relative order of the objects

Parameters

Name Description

other

The right operand

Created with MrDocs