comparison: 3-way
Declared in <nlohmann/json.hpp>
template<typename ScalarType>
requires std::is_scalar_v<ScalarType>
std::partial_ordering
operator<=>(ScalarType rhs) const noexcept;
the ordering between this value and rhs
| Name | Description |
|---|---|
| rhs | scalar value to compare this value to |