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