Vcsn  2.8
Be Rational
fibonacci_heap.hh File Reference
#include <boost/heap/fibonacci_heap.hpp>
Include dependency graph for fibonacci_heap.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  vcsn::detail::greater< Elt >
 Comparison functor. More...
 

Namespaces

 vcsn
 
 vcsn::detail
 

Typedefs

template<typename Elt >
using vcsn::detail::comparator_t = boost::heap::compare< detail::greater< Elt > >
 
template<typename Elt >
using vcsn::min_fibonacci_heap = boost::heap::fibonacci_heap< Elt, detail::comparator_t< Elt > >
 
template<typename Elt >
using vcsn::max_fibonacci_heap = boost::heap::fibonacci_heap< Elt >