Home
last modified time | relevance | path

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

/third_party/boost/boost/heap/detail/
Dstable_heap.hpp147 struct heap_base: struct
153 typedef StabilityCounterType stability_counter_type;
154 typedef T value_type;
155 typedef T internal_type;
156 typedef size_holder<constant_time_size, size_t> size_holder_type;
157 typedef Cmp value_compare;
158 typedef Cmp internal_compare;
159 static const bool is_stable = stable;
162 Cmp cmp_;
165 heap_base (Cmp const & cmp = Cmp()): in heap_base() argument
[all …]