xenium
xenium::policy::map_to_bucket< T > Struct Template Reference

Policy to configure the function that maps the hash value to a bucket in harris_michael_hash_map. More...

#include <harris_michael_hash_map.hpp>

Detailed Description

template<class T>
struct xenium::policy::map_to_bucket< T >

Policy to configure the function that maps the hash value to a bucket in harris_michael_hash_map.

This can be used to apply other multiplicative methods like fibonacci hashing.

Template Parameters
T