Eneboo - Documentación para desarrolladores
|
An allocator adapter for STL. Más...
#include <stlallocator.h>
An allocator adapter for STL.
This mixin lets you use any Heap Layers allocator as the allocator for an STL container.
Example: typedef STLAllocator<int, MyHeapType> MyAllocator;
list<int, MyAllocator> l;