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

Hashing of std::pair. More...

#include "bphash/Hasher.hpp"
#include <utility>
Include dependency graph for utility.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 T1 , typename T2 >
std::enable_if< is_hashable< T1, T2 >::value, void >::type bphash::hash_object (const std::pair< T1, T2 > &p, Hasher &h)
 Hashing of std::pair. More...
 

Detailed Description

Hashing of std::pair.

Definition in file utility.hpp.