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 2013. The current version is 1.91.0.
boost::hash_value —
template<typename T, typename A> Â Â std::size_t hash_value(std::deque<T, A> const & val);
Returns:
hash_range(val.begin(), val.end());
Throws:
Only throws if hash_value(T) throws.
Notes:
This is an extension to TR1
| Copyright © 2005 Daniel James |