![]() |
Zen C++ Libraries
Zero-dependency re-usable components for C++
|
#include <alloc.hpp>
The concept of all allocators that can allocate dynamic objects.
This type of allocators must keep track of destructors because the type is not known upfront.