|
BPHash
General object hashing library for C++
|
Hashing of std::unordered_map. More...
#include "bphash/types/ContainerHelper.hpp"#include "bphash/types/utility.hpp"#include <unordered_map>

Go to the source code of this file.
Namespaces | |
| bphash | |
Functions | |
| template<typename Key , typename T , typename HashT , typename Pred , typename Alloc > | |
| std::enable_if< is_hashable< Key, T >::value, void >::type | bphash::hash_object (const std::unordered_map< Key, T, HashT, Pred, Alloc > &m, Hasher &h) |
| Hashing of std::unordered_map. More... | |
Hashing of std::unordered_map.
Definition in file unordered_map.hpp.
1.8.11