nlohmann::basic_json::operator<=>

comparison: 3-way

Synopsis

Declared in <nlohmann/json.hpp>

std::partial_ordering
operator<=>(const_reference rhs) const noexcept;

Return Value

the ordering between this value and rhs

Parameters

NameDescription
rhsvalue to compare this value to