ALib C++ Library
Library Version: 2312 R0
Documentation generated by doxygen
BoxesAllocator< T > Struct Template Reference

Class Description

template<typename T>
struct aworx::lib::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: