BPHash
General object hashing library for C++
|
Hashing of std::unordered_set. More...
Go to the source code of this file.
Namespaces | |
bphash | |
Functions | |
template<typename Key , typename HashT , typename Pred , typename Alloc > | |
std::enable_if< is_hashable< Key >::value, void >::type | bphash::hash_object (const std::unordered_set< Key, HashT, Pred, Alloc > &s, Hasher &h) |
Hashing of std::unordered_set. More... | |
Hashing of std::unordered_set.
Definition in file unordered_set.hpp.