cds
2.3.2
|
Deferral removing of the object of type T
. Helper class.
More...
#include <cds/details/allocator.h>
Public Types | |
typedef T | type |
Type. | |
typedef Alloc | allocator_type |
Allocator for removing. | |
Static Public Member Functions | |
static void | free (T *p) |
Frees the object p . More... | |
Deferral removing of the object of type T
. Helper class.
|
inlinestatic |
Frees the object p
.
Caveats: this function uses temporary object of type cds::details::Allocator to free the node p
. So, the node allocator should be stateless. It is standard requirement for std::allocator
class objects.
Do not use this function directly.