array_allocator< T > Class Template Reference
template class for allocation of the array of objects it seems like this class covers the functionality of the previous one but the previous class (
node_allocator) has better performance
More...
#include <memory.h>
List of all members.
Detailed Description
template<class T>
class array_allocator< T >
template class for allocation of the array of objects it seems like this class covers the functionality of the previous one but the previous class (
node_allocator) has better performance
Definition at line 217 of file memory.h.
Constructor & Destructor Documentation
constructor
- Parameters:
-
capacity |
default capacity |
Definition at line 207 of file memory.hpp.
Member Function Documentation
The documentation for this class was generated from the following files: