GPC  v1.0.0-2516
Gorman Print Control
std::hash< nlohmann::json > Struct Template Reference

hash value for JSON objects More...

Public Member Functions

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

Detailed Description

template<>
struct std::hash< nlohmann::json >

hash value for JSON objects

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

References nlohmann::basic_json< ObjectType, ArrayType, StringType, BooleanType, NumberIntegerType, NumberUnsignedType, NumberFloatType, AllocatorType, JSONSerializer >::dump().

Here is the call graph for this function: