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

Policy to configure the reclaimer used for internally alloced nodes in vyukov_hash_map. More...

#include <vyukov_hash_map.hpp>

Detailed Description

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

Policy to configure the reclaimer used for internally alloced nodes in vyukov_hash_map.

If this policy is not specified, the implementation falls back to the reclaimer specified by xenium::policy::reclaimer.

Template Parameters
Tthe reclaimer to be used.