Metall  v0.28
A persistent memory allocator for data-centric analytics
vector.hpp File Reference
#include <boost/container/vector.hpp>
#include <metall/metall.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<typename T , typename Allocator = manager::allocator_type<T>>
using metall::container::vector = boost::container::vector< T, Allocator >
 A vector container that uses Metall as its default allocator. More...