#include <functional>
#include <boost/container/set.hpp>
#include <metall/metall.hpp>
Go to the source code of this file.
|
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...
|
|