EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
std::hash< nlohmann::json > Struct Template Reference

hash value for JSON objects More...

#include <acts/blob/sPHENIX/thirdparty/nlohmann_json/single_include/nlohmann/json.hpp>

Public Member Functions

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

Detailed Description

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

hash value for JSON objects

Definition at line 22976 of file json.hpp.

View newest version in sPHENIX GitHub at line 22976 of file json.hpp

Member Function Documentation

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 22983 of file json.hpp.

View newest version in sPHENIX GitHub at line 22983 of file json.hpp

References nlohmann::basic_json::dump(), and Acts::UnitConstants::h.

+ Here is the call graph for this function:


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