Metall v0.30
A persistent memory allocator for data-centric analytics
 
Loading...
Searching...
No Matches
queue.hpp File Reference
#include <queue>
#include <metall/container/deque.hpp>

Go to the source code of this file.

Namespaces

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

Typedefs

template<typename T , typename Container = deque<T>>
using metall::container::queue = std::queue< T, Container >
 A queue container that uses Metall as its default allocator.