MCPcopy Create free account
hub / github.com/CppCXY/EmmyLuaCodeStyle / operator==

Function operator==

3rd/nlohmann_json/include/nlohmann/json.hpp:6444–6447  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6442 template<typename ScalarType, typename std::enable_if<
6443 std::is_scalar<ScalarType>::value, int>::type = 0>
6444 friend bool operator==(const_reference lhs, ScalarType rhs) noexcept
6445 {
6446 return lhs == basic_json(rhs);
6447 }
6448
6449 /*!
6450 @brief comparison: equal

Callers

nothing calls this directly

Calls 1

basic_jsonFunction · 0.70

Tested by

no test coverage detected