mrdocs::dom::operator<=>

Return the result of comparing two strings.

Synopsis

Declared in <mrdocs/Dom/String.hpp>

auto
operator<=>(
    String const& lhs,
    String const& rhs) noexcept;

Return Value

the result of comparing two strings.

Parameters

Name Description

lhs

The left operand

rhs

The right operand

Created with MrDocs