boost::hash_range — Calculate combined hash value of the elements of an iterator range.
// In header: <boost/array.hpp> template<typename It> std::size_t hash_range(It, It);
Forward declaration for Boost.ContainerHash
Complexity.
Linear
This function is used to calculate the hash for an array
See Also:
hash_value
Returns:
combined hash value of the elements in the range