Three‐way comparison operator
Synopsis
Declared in <nlohmann/json.hpp>
std::partial_ordering
operator<=>(const_reference rhs) const noexcept;
Return Value
The relative order of the objects
Parameters
Name |
Description |
rhs |
The right operand |
Created with MrDocs