Allocator Builder
Policy Based C++ Template Allocator Library
 All Classes Functions Variables Enumerations Enumerator Groups Pages
alb::v_100::internal::reallocator< Allocator, Enabled > Struct Template Reference

#include <reallocator.hpp>

Detailed Description

template<class Allocator, typename Enabled = void>
struct alb::v_100::internal::reallocator< Allocator, Enabled >

The Reallocator handles standard use cases during the deallocation. If available it uses ::expand() of the allocator. (With C++11 this could be done with a partial specialized function, but VS 2012 does not support this.)

Template Parameters
AllocatorThe allocator that should be used during the reallocation

Definition at line 57 of file reallocator.hpp.


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