Searched defs:make_fibonacci_heap_base (Results 1 – 1 of 1) sorted by relevance
50 struct make_fibonacci_heap_base struct52 static const bool constant_time_size = parameter::binding<Parspec,57 typedef typename detail::make_heap_base<T, Parspec, constant_time_size>::type base_type;58 …name detail::make_heap_base<T, Parspec, constant_time_size>::allocator_argument allocator_argument;59 …typename detail::make_heap_base<T, Parspec, constant_time_size>::compare_argument compare_argument;60 typedef marked_heap_node<typename base_type::internal_type> node_type;62 typedef typename boost::allocator_rebind<allocator_argument, node_type>::type allocator_type;64 struct type: