Implementation of std::allocator
used with class Boxes. This allocator takes an optional pointer to type MonoAllocator. If this pointer is nulled, then standard allocation is used.
std::allocator
are not documented.T | The type of objects to be allocated. |