Searched defs:priority_compare (Results 1 – 4 of 4) sorted by relevance
37 struct priority_compare struct40 typedef T first_argument_type;41 typedef T second_argument_type;42 typedef bool result_type;44 BOOST_INTRUSIVE_FORCEINLINE bool operator()(const T &val, const T &val2) const in operator ()()51 struct priority_compare<void> struct72 typedef ::boost::intrusive::priority_compare<T> type;
77 typedef typename implementation_defined::priority_compare priority_compare; typedef in boost::intrusive::treap_set_impl537 typedef typename Base::priority_compare priority_compare; typedef in boost::intrusive::treap_set635 typedef typename implementation_defined::priority_compare priority_compare; typedef in boost::intrusive::treap_multiset_impl1052 typedef typename Base::priority_compare priority_compare; typedef in boost::intrusive::treap_multiset
66 >::type priority_compare; typedef141 (typename treap_prio_types_t::priority_compare) priority_compare; typedef in boost::intrusive::treap_impl1308 typedef typename Base::priority_compare priority_compare; typedef in boost::intrusive::treap
43 using priority_compare = KP; variable