Metall v0.30
A persistent memory allocator for data-centric analytics
 
Loading...
Searching...
No Matches
hash.hpp File Reference
#include <metall/detail/hash.hpp>

Go to the source code of this file.

Namespaces

namespace  metall
 The top level of namespace of Metall.
 
namespace  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.
 
template<unsigned int seed = 123>
using metall::utility::str_hash = metall::mtlldetail::str_hash< seed >
 Hash function for std::string-compatible string container.