mrdocs::DocComment::operator<=>

Three‐way comparison operator

Synopsis

Declared in <mrdocs/Metadata/DocComment.hpp>

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

Return Value

The relative order of the objects

Parameters

Name Description

other

The right operand

Created with MrDocs