MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/SPlisHSPlasH / operator()

Function operator()

extern/json/json.hpp:24387–24390  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24385struct hash<nlohmann::NLOHMANN_BASIC_JSON_TPL> // NOLINT(cert-dcl58-cpp)
24386{
24387 std::size_t operator()(const nlohmann::NLOHMANN_BASIC_JSON_TPL& j) const
24388 {
24389 return nlohmann::detail::hash(j);
24390 }
24391};
24392
24393// specialization for std::less<value_t>

Callers

nothing calls this directly

Calls 1

hashFunction · 0.70

Tested by

no test coverage detected