Three-way comparison operator
Synopsis
Declared in <mrdocs/Dom/Value.hpp>
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 |