BPHash
General object hashing library for C++
Namespaces | Functions
unordered_map.hpp File Reference

Hashing of std::unordered_map. More...

#include "bphash/types/ContainerHelper.hpp"
#include "bphash/types/utility.hpp"
#include <unordered_map>
Include dependency graph for unordered_map.hpp:
This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

Hashing of std::unordered_map.

Definition in file unordered_map.hpp.