Home
last modified time | relevance | path

Searched defs:make_binomial_heap_base (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/heap/
Dbinomial_heap.hpp48 struct make_binomial_heap_base struct
50 static const bool constant_time_size = parameter::binding<Parspec,
54 typedef typename detail::make_heap_base<T, Parspec, constant_time_size>::type base_type;
55 …name detail::make_heap_base<T, Parspec, constant_time_size>::allocator_argument allocator_argument;
56 …typename detail::make_heap_base<T, Parspec, constant_time_size>::compare_argument compare_argument;
58 typedef parent_pointing_heap_node<typename base_type::internal_type> node_type;
60 typedef typename boost::allocator_rebind<allocator_argument, node_type>::type allocator_type;
62 struct type: