[#nlohmann-basic_json-0c-operator_3way-0b] = xref:nlohmann.adoc[nlohmann]::xref:nlohmann/basic_json-0c.adoc[basic_json]::operator<=> :relfileprefix: ../../ :mrdocs: comparison: 3‐way == Synopsis Declared in `<nlohmann/json.hpp>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::partial_ordering operator<=>(xref:nlohmann/basic_json-0c/const_reference.adoc[const_reference] rhs) const noexcept; ---- == Return Value the ordering between this value and _rhs_ == Parameters [cols="1,4"] |=== | Name| Description | *rhs* | value to compare this value to |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#