xenium
xenium::managed_ptr< T, Reclaimer > Struct Template Reference

A helper struct to define that the lifetime of value objects of type T has to be managed by the specified reclaimer. (only supported by vyukov_hash_map) More...

#include <vyukov_hash_map.hpp>

Detailed Description

template<class T, class Reclaimer>
struct xenium::managed_ptr< T, Reclaimer >

A helper struct to define that the lifetime of value objects of type T has to be managed by the specified reclaimer. (only supported by vyukov_hash_map)

Template Parameters
T
Reclaimer