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

Hashing of std::tuple. More...

#include "bphash/Hasher.hpp"
#include <tuple>
Include dependency graph for tuple.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 bphash
 
 bphash::detail
 

Functions

template<size_t Idx, typename... Types>
std::enable_if< Idx==sizeof...(Types), void >::type bphash::detail::tuple_element_hasher (Hasher &, const std::tuple< Types... > &)
 
template<typename... Types>
std::enable_if< is_hashable< Types... >::value, void >::type bphash::hash_object (const std::tuple< Types... > &tup, Hasher &h)
 

Detailed Description

Hashing of std::tuple.

Definition in file tuple.hpp.