Searched defs:make_heap_base (Results 1 – 1 of 1) sorted by relevance
| /third_party/boost/boost/heap/detail/ |
| D | stable_heap.hpp | 557 struct make_heap_base struct 559 … typedef typename parameter::binding<Parspec, tag::compare, std::less<T> >::type compare_argument; 560 … typename parameter::binding<Parspec, tag::allocator, std::allocator<T> >::type allocator_argument; 561 …ter::binding<Parspec, tag::stability_counter_type, boost::uintmax_t >::type stability_counter_type; 563 static const bool is_stable = extract_stable<Parspec>::value; 565 …typedef heap_base<T, compare_argument, constant_time_size, stability_counter_type, is_stable> type;
|