| 22841 | |
| 22842 | private: |
| 22843 | bool compares_unordered(const_reference rhs, bool inverse = false) const noexcept |
| 22844 | { |
| 22845 | return compares_unordered(*this, rhs, inverse); |
| 22846 | } |
| 22847 | |
| 22848 | public: |
| 22849 | #if JSON_HAS_THREE_WAY_COMPARISON |
no outgoing calls
no test coverage detected