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

Hashing of std::unordered_set. More...

#include "bphash/types/ContainerHelper.hpp"
#include <unordered_set>
Include dependency graph for unordered_set.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 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...
 

Detailed Description

Hashing of std::unordered_set.

Definition in file unordered_set.hpp.