libfly  6.2.2
C++20 utility library for Linux, macOS, and Windows
std::hash< fly::Json > Struct Reference

Public Member Functions

std::size_t operator() (const fly::Json &json) const
 

Member Function Documentation

◆ operator()()

std::size_t std::hash< fly::Json >::operator() ( const fly::Json json) const
inline

Hash a JSON value using std::hash specializations for the underlying JSON types.

Parameters
jsonThe JSON value to hash.
Returns
The hashed JSON value.

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