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