Lumiera
0.pre.03
»edit your freedom«
|
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 | |
AllocationCluster * | mother_ |