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