MCPcopy Create free account
hub / github.com/Open-GD/OpenGD / compares_unordered

Function compares_unordered

Source/external/json.hpp:22843–22846  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 4

operator!=Function · 0.85
operator<=Function · 0.85
operator>=Function · 0.85
operator>Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected