Metall  v0.28
A persistent memory allocator for data-centric analytics
hash.hpp File Reference
#include <metall/detail/hash.hpp>

Go to the source code of this file.

Namespaces

 metall
 The top level of namespace of Metall.
 
 metall::utility
 Namespace for utility items.
 

Typedefs

template<typename T = void, unsigned int seed = 123>
using metall::utility::hash = metall::mtlldetail::hash< seed >
 Hash a value of type T. More...
 
template<unsigned int seed = 123>
using metall::utility::str_hash = metall::mtlldetail::str_hash< seed >
 Hash function for std::string-compatible string container. More...