Home
last modified time | relevance | path

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

/third_party/boost/boost/heap/
Dd_ary_heap.hpp91 struct ordered_iterator_dispatcher struct
93 static size_type max_index(const d_ary_heap * heap) in max_index()
98 static bool is_leaf(const d_ary_heap * heap, size_type index) in is_leaf()
103 … static std::pair<size_type, size_type> get_child_nodes(const d_ary_heap * heap, size_type index) in get_child_nodes()
110 … static internal_type const & get_internal_value(const d_ary_heap * heap, size_type index) in get_internal_value()
115 static value_type const & get_value(internal_type const & arg) in get_value()
135 … typedef typename implementation_defined::ordered_iterator_dispatcher ordered_iterator_dispatcher; typedef in boost::heap::detail::d_ary_heap
/third_party/boost/boost/heap/detail/
Dmutable_heap.hpp232 typedef typename q_type::ordered_iterator_dispatcher ordered_iterator_dispatcher; typedef in boost::heap::detail::priority_queue_mutable_wrapper::ordered_iterator