mrdocs::dom::operator<=>

Three-way comparison operator

Synopsis

Declared in <mrdocs/Dom/Value.hpp>
template<std::convertible_to<Value> S>
auto
operator<=>(
    S const& lhs,
    Value const& rhs) noexcept;

Return Value

The relative order of the objects

Parameters

Name Description
lhs The left operand
rhs The right operand

Created with MrDocs