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