![]() |
Vcsn
2.8
Be Rational
|
#include <boost/heap/fibonacci_heap.hpp>
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 > |