Boost
C++ Libraries
...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
This is an older version of Boost and was released in 2024. The current version is 1.90.0.
Helper for boost::hash
support.
Defined in header <boost/json/value.hpp>
std::size_thash_value(valueconst& 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>