Template Class AllocatorDeleter

Class Documentation

template<typename Allocator>
class AllocatorDeleter

Public Functions

inline AllocatorDeleter()
inline explicit AllocatorDeleter(Allocator *a)
template<typename T>
inline explicit AllocatorDeleter(const AllocatorDeleter<T> &a)
template<typename T>
inline void operator()(T *ptr)
inline Allocator *get_allocator() const
inline void set_allocator(Allocator *alloc)