Allocator Builder
Policy Based C++ Template Allocator Library
 All Classes Functions Variables Enumerations Enumerator Groups Pages
alb::v_100::deleter< Allocator > Class Template Reference

#include <allocator_base.hpp>

Public Types

using allocator = Allocator
 

Public Member Functions

 deleter (Allocator &a)
 
void set_allocator (Allocator &a)
 
void set_extend (size_t e)
 
template<typename U >
void operator() (U *p)
 

Detailed Description

template<typename Allocator>
class alb::v_100::deleter< Allocator >

A general purpose deleter that implements the deleter interface used in std::unique_ptr Precondition: The Allocator must be an instance of an appix_allocator

Definition at line 107 of file allocator_base.hpp.


The documentation for this class was generated from the following file: