This header file is part of module ALib Monomem of the ALib C++ Library.
© 2013-2024 A-Worx GmbH, Germany. Published under Boost Software License.
Definition in file poolallocator.hpp.
#include "alib/lang/bits.hpp"
#include "alib/monomem/monoallocator.hpp"
#include "alib/lang/owner.hpp"
Go to the source code of this file.
Classes | |
class | TPoolAllocator< TAllocator, TAlignment > |
Namespaces | |
namespace | alib |
namespace | alib::monomem |
Typedefs | |
template<typename T > | |
using | SCAPool = lang::StdContainerAllocator<T, PoolAllocator> |