Lumiera  0.pre.03
»edit your freedom«
AllocationCluster::Allocator< X > Struct Template Reference

Description

template<typename X>
struct lib::AllocationCluster::Allocator< X >

Definition at line 141 of file allocation-cluster.hpp.

Public Types

using value_type = X
 

Public Member Functions

 Allocator (AllocationCluster *m)
 
template<typename T >
 Allocator (Allocator< T > const &o)
 
X * allocate (size_t n)
 
void deallocate (X *, size_t) noexcept
 
template<typename T >
bool operator== (Allocator< T > const &o) const
 

Public Attributes

AllocationClustermother_
 
+ Collaboration diagram for AllocationCluster::Allocator< X >:

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