xenium
xenium::policy::memoize_hash< Value > Struct Template Reference

Policy to configure whether the hash value should be stored and used during lookup operations in harris_michael_hash_map. More...

#include <harris_michael_hash_map.hpp>

Detailed Description

template<bool Value>
struct xenium::policy::memoize_hash< Value >

Policy to configure whether the hash value should be stored and used during lookup operations in harris_michael_hash_map.

This can improve performance for complex types with expensive compare operations like strings.

Template Parameters
T