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