41 #ifndef PB_DS_COND_DEALTOR_HPP
42 #define PB_DS_COND_DEALTOR_HPP
49 template<
typename Entry,
typename _Alloc>
52 typedef typename _Alloc::template rebind<Entry>
__rebind_e;
78 template<
typename Entry,
class _Alloc>
84 #endif // #ifndef PB_DS_COND_DEALTOR_HPP
bool m_no_action_destructor
Definition: cond_key_dtor_entry_dealtor.hpp:75
#define false
Definition: stdbool.h:35
entry_allocator::pointer entry_pointer
Definition: cond_dealtor.hpp:56
_Alloc::template rebind< Entry > __rebind_e
Definition: cond_dealtor.hpp:52
~cond_dealtor()
Definition: cond_dealtor.hpp:61
void set_no_action()
Definition: cond_dealtor.hpp:69
Conditional dey destructor, cc_hash.
Definition: cond_key_dtor_entry_dealtor.hpp:47
static entry_allocator s_alloc
Definition: cond_dealtor.hpp:75
cond_dealtor(entry_pointer p_e)
Definition: cond_dealtor.hpp:58
entry_pointer m_p_e
Definition: cond_dealtor.hpp:73
HT_Map::entry_allocator entry_allocator
Definition: cond_key_dtor_entry_dealtor.hpp:51
__rebind_e::other entry_allocator
Definition: cond_dealtor.hpp:55
entry *const m_p_e
Definition: cond_key_dtor_entry_dealtor.hpp:72