13 #include <unordered_set> 18 template<
typename Key,
typename HashT,
typename Pred,
typename Alloc>
19 typename std::enable_if<is_hashable<Key>::value,
void>::type
Helpers for hashing STL containers.
std::enable_if< is_hashable< T >::value, void >::type hash_object(const std::array< T, N > &a, Hasher &h)
Hashing of std::array.
Class that is used to hash objects.
std::enable_if< is_hashable< typename Cont::value_type >::value, void >::type hash_container_object(const Cont &cont, Hasher &hasher)
Helper for hashing STL containers.