Crossfire Server, Trunk
std::hash< nlohmann::json > Struct Reference

hash value for JSON objects More...

#include <json.hpp>

+ Collaboration diagram for std::hash< nlohmann::json >:

Public Member Functions

std::size_t operator() (const nlohmann::json &j) const
 return a hash value for a JSON object More...
 

Detailed Description

hash value for JSON objects

Definition at line 26335 of file json.hpp.

Member Function Documentation

◆ operator()()

std::size_t std::hash< nlohmann::json >::operator() ( const nlohmann::json j) const
inline

return a hash value for a JSON object

Since
version 1.0.0

Definition at line 26342 of file json.hpp.

References nlohmann::detail::hash().

+ Here is the call graph for this function:

The documentation for this struct was generated from the following file: