Metall  v0.28
A persistent memory allocator for data-centric analytics
scoped_allocator.hpp File Reference
#include <boost/container/scoped_allocator.hpp>

Go to the source code of this file.

Namespaces

 metall
 The top level of namespace of Metall.
 
 metall::container
 Namespace for Metall container.
 

Typedefs

template<class OuterAlloc , class... InnerAlloc>
using metall::container::scoped_allocator_adaptor = boost::container::scoped_allocator_adaptor< OuterAlloc, InnerAlloc... >
 An allocator which can be used with multilevel containers. More...