Metall  v0.27
A persistent memory allocator for data-centric analytics
set.hpp File Reference
#include <functional>
#include <boost/container/set.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<class Key , class Compare = std::less<Key>, class Allocator = manager::allocator_type<Key>>
using metall::container::set = boost::container::set< Key, Compare, Allocator >
 A set container that uses Metall as its default allocator. More...
 
template<class Key , class Compare = std::less<Key>, class Allocator = manager::allocator_type<Key>>
using metall::container::multiset = boost::container::multiset< Key, Compare, Allocator >
 A multiset container that uses Metall as its default allocator. More...