mrdocs::RecordSymbol::operator<=>

Three‐way comparison operator

Synopsis

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

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

Return Value

The relative order of the objects

Parameters

Name Description

other

The right operand

Created with MrDocs