...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
Helper for boost::hash
support.
Defined in header <boost/json/value.hpp>
std::size_t
hash_value(value
const& jv) noexcept;
Computes a hash value for jv
.
This function is used by boost::hash<value>
. Similar overloads for array
, object
, and string
do not exist, because those
types are supported by boost::hash
out of the box.
hash value for jv
.
Name |
Description |
---|---|
|
|
Convenience header <boost/json.hpp>