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 Allocator = manager::allocator_type<T>> | |
using | metall::container::list = boost::container::list< T, Allocator > |
A list container that uses Metall as its default allocator. | |