ALib C++ Library
Library Version: 2402 R1
Documentation generated by doxygen
Loading...
Searching...
No Matches
BoxesAllocator< T > Struct Template Reference

Description:

template<typename T>
struct alib::boxing::detail::BoxesAllocator< T >

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.

Note
The internals of this type implementing the interface required by std::allocator are not documented.
Template Parameters
TThe type of objects to be allocated.

Definition at line 49 of file boxes.inl.


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