#include <boost/container/scoped_allocator.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 OuterAlloc , class... InnerAlloc> | |
| using | metall::container::scoped_allocator_adaptor = boost::container::scoped_allocator_adaptor< OuterAlloc, InnerAlloc... > |
| An allocator which can be used with multilevel containers. | |