mutable
A Database System for Research and Fast Prototyping
Loading...
Searching...
No Matches
Public Types
m::pe::hs::config::Fibonacci_heap Struct Reference

#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 >
 

Detailed Description

Definition at line 2095 of file HeuristicSearchPlanEnumerator.hpp.

Member Typedef Documentation

◆ allocator_type

template<typename T >
using m::pe::hs::config::Fibonacci_heap::allocator_type = boost::container::node_allocator<T>

Definition at line 2104 of file HeuristicSearchPlanEnumerator.hpp.

◆ compare

template<typename Cmp >
using m::pe::hs::config::Fibonacci_heap::compare = boost::heap::compare<Cmp>

Definition at line 2098 of file HeuristicSearchPlanEnumerator.hpp.

◆ heap_type

template<typename T , typename... Options>
using m::pe::hs::config::Fibonacci_heap::heap_type = boost::heap::fibonacci_heap<T, Options...>

Definition at line 2101 of file HeuristicSearchPlanEnumerator.hpp.


The documentation for this struct was generated from the following file: