Metall  v0.28
A persistent memory allocator for data-centric analytics
stack.hpp File Reference
#include <stack>
#include <metall/container/deque.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 Container = deque<T>>
using metall::container::stack = std::stack< T, Container >
 A stack container that uses Metall as its default allocator. More...