Home
last modified time | relevance | path

Searched refs:has_reserve (Results 1 – 8 of 8) sorted by relevance

/third_party/boost/boost/heap/
Dheap_merge.hpp45 typedef typename boost::conditional<Heap1::has_reserve,
52 if (Heap1::has_reserve) { in merge()
Dpriority_queue.hpp109 static const bool has_reserve = true; member in boost::heap::priority_queue
Dpairing_heap.hpp232 static const bool has_reserve = false; member in boost::heap::pairing_heap
Dd_ary_heap.hpp502 static const bool has_reserve = true; member in boost::heap::d_ary_heap
Dfibonacci_heap.hpp220 static const bool has_reserve = false; member in boost::heap::fibonacci_heap
Dskew_heap.hpp363 static const bool has_reserve = false; member in boost::heap::skew_heap
Dbinomial_heap.hpp146 static const bool has_reserve = false; member in boost::heap::binomial_heap
/third_party/boost/libs/heap/doc/
Dheap.qbk90 …ve(size_type); // reserve space, only available if (has_reserve == true)
107 static const bool has_reserve; // priority queue has a reserve() member