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

Hashing of std::map. More...

#include "bphash/types/ContainerHelper.hpp"
#include "bphash/types/utility.hpp"
#include <map>
Include dependency graph for 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 Compare , typename Alloc >
std::enable_if< is_hashable< Key, T >::value, void >::type bphash::hash_object (const std::map< Key, T, Compare, Alloc > &m, Hasher &h)
 Hashing of std::map. More...
 

Detailed Description

Hashing of std::map.

Definition in file map.hpp.