Swarm-NG  1.1
DefaultAllocator< T > Struct Template Reference

Default allocator that uses C++ new/delete This class uses standard C++ routines for allocation and memory manipulation: new[], delete[] and std::copy. More...

#include <allocators.hpp>

Detailed Description

template<class T>
struct DefaultAllocator< T >

Default allocator that uses C++ new/delete This class uses standard C++ routines for allocation and memory manipulation: new[], delete[] and std::copy.

Definition at line 53 of file allocators.hpp.


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