Return the result of comparing two strings.
Declared in <mrdocs/Dom/String.hpp>
auto
operator<=>(
String const& lhs,
StringLike const& rhs) noexcept;
the result of comparing two strings.
| Name | Description |
|---|---|
| lhs | The left operand |
| rhs | The right operand |