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

Hashing of std::set. More...

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

Detailed Description

Hashing of std::set.

Definition in file set.hpp.