Home
last modified time | relevance | path

Searched refs:is_mergable (Results 1 – 10 of 10) sorted by relevance

/third_party/boost/boost/heap/
Dheap_merge.hpp88 static const bool is_mergable = Heap::is_mergable; member
89 typedef typename boost::conditional<is_mergable,
Dheap_concepts.hpp53 is_mergable = C::is_mergable; in BOOST_CONCEPT_USAGE()
62 bool has_ordered_iterators, is_mergable, is_stable; member
Dpriority_queue.hpp107 static const bool is_mergable = false; member in boost::heap::priority_queue
Dpairing_heap.hpp230 static const bool is_mergable = true; member in boost::heap::pairing_heap
Dd_ary_heap.hpp501 static const bool is_mergable = false; member in boost::heap::d_ary_heap
Dfibonacci_heap.hpp218 static const bool is_mergable = true; member in boost::heap::fibonacci_heap
Dskew_heap.hpp361 static const bool is_mergable = true; member in boost::heap::skew_heap
Dbinomial_heap.hpp144 static const bool is_mergable = true; member in boost::heap::binomial_heap
/third_party/boost/libs/heap/test/
Dmerge_heap_tests.hpp69 boost::conditional<pri_queue::is_mergable, in run_merge_tests()
/third_party/boost/libs/heap/doc/
Dheap.qbk105 …static const bool is_mergable; // priority queue is efficiently ``[link heap.…