![]() |
mutable
A Database System for Research and Fast Prototyping
|
#include <HeuristicSearchPlanEnumerator.hpp>
Public Types | |
template<typename Cmp > | |
using | compare = boost::heap::compare< Cmp > |
template<typename T , typename... Options> | |
using | heap_type = boost::heap::fibonacci_heap< T, Options... > |
template<typename T > | |
using | allocator_type = boost::container::node_allocator< T > |
Definition at line 2095 of file HeuristicSearchPlanEnumerator.hpp.
using m::pe::hs::config::Fibonacci_heap::allocator_type = boost::container::node_allocator<T> |
Definition at line 2104 of file HeuristicSearchPlanEnumerator.hpp.
using m::pe::hs::config::Fibonacci_heap::compare = boost::heap::compare<Cmp> |
Definition at line 2098 of file HeuristicSearchPlanEnumerator.hpp.
using m::pe::hs::config::Fibonacci_heap::heap_type = boost::heap::fibonacci_heap<T, Options...> |
Definition at line 2101 of file HeuristicSearchPlanEnumerator.hpp.