BPHash
General object hashing library for C++
|
Hashing of std::pair. More...
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... | |
Hashing of std::pair.
Definition in file utility.hpp.