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 Container = vector<T>, typename Compare = std::less<typename Container::value_type>> | |
using | metall::container::priority_queue = std::priority_queue< T, Container > |
A priority_queue container that uses Metall as its default allocator. More... | |