mrdocs::Name::operator<=>

Order names by kind, identifier, id, and prefix.

Synopsis

Declared in <mrdocs/Metadata/Name/NameBase.hpp>

std::strong_ordering
operator<=>(Name const& other) const;

Return Value

The relative order of the objects

Parameters

Name Description

other

The right operand

Created with MrDocs