Metall v0.30
A persistent memory allocator for data-centric analytics
 
Loading...
Searching...
No Matches
set.hpp File Reference
#include <functional>
#include <boost/container/set.hpp>
#include <metall/metall.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<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.
 
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.