MCPcopy Create free account
hub / github.com/Tiiny-AI/PowerInfer / operator()

Function operator()

examples/server/json.hpp:24343–24346  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24341struct hash<nlohmann::NLOHMANN_BASIC_JSON_TPL>
24342{
24343 std::size_t operator()(const nlohmann::NLOHMANN_BASIC_JSON_TPL& j) const
24344 {
24345 return nlohmann::detail::hash(j);
24346 }
24347};
24348
24349// specialization for std::less<value_t>

Callers

nothing calls this directly

Calls 1

hashFunction · 0.85

Tested by

no test coverage detected