BPHash
General object hashing library for C++
|
Hashing of std::map. More...
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... | |
Hashing of std::map.
Definition in file map.hpp.