mrdocs::IdentifierName::operator<=>
Three‐way comparison operators
Synopses
Declared in <mrdocs/Metadata/Name/NameBase.hpp>
Compare identifiers by their base name state.
auto
operator<=>(IdentifierName const& other) const;
Order names by kind, identifier, id, and prefix.
std::strong_ordering
operator<=>(Name const& other) const;
Created with MrDocs