#include <functional>
#include <boost/unordered/unordered_flat_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 Hash = std::hash<Key>, class KeyEqual = std::equal_to<Key>, class Allocator = manager::allocator_type<Key>> | |
using | metall::container::unordered_flat_set = boost::unordered_flat_set< Key, Hash, KeyEqual, Allocator > |
An unordered_flat_set container that uses Metall as its default allocator. | |