Allocator Builder
Policy Based C++ Template Allocator Library
 All Classes Functions Variables Enumerations Enumerator Groups Pages
alb::v_100::internal::reallocator< Allocator, typename std::enable_if< traits::has_expand< Allocator >::value >::type > Struct Template Reference

#include <reallocator.hpp>

Static Public Member Functions

static bool is_handled_default (Allocator &allocator, block &b, size_t n) noexcept
 

Detailed Description

template<class Allocator>
struct alb::v_100::internal::reallocator< Allocator, typename std::enable_if< traits::has_expand< Allocator >::value >::type >

Specialization for Allocators that implements Allocator::expand()

Template Parameters
AllocatorThe allocator that should be used during the reallocation

Definition at line 66 of file reallocator.hpp.


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