18 template<
typename T,
size_t N>
19 typename std::enable_if<is_hashable<T>::value,
void>::type
std::enable_if< is_hashable< T >::value, void >::type hash_object(const std::array< T, N > &a, Hasher &h)
Hashing of std::array.
A class that hashes objects (header)
Class that is used to hash objects.
PointerWrapper< T > hash_pointer(const T *ptr, size_t len=1)
Wrap a raw pointer so that it can be hashed.