Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/multi_index/include/boost/multi_index/detail/
Drnd_index_ops.hpp125 struct random_access_index_sort_compare struct
127 typedef typename Node::impl_pointer first_argument_type;
128 typedef typename Node::impl_pointer second_argument_type;
129 typedef bool result_type;
131 random_access_index_sort_compare(Compare comp_=Compare()):comp(comp_){} in random_access_index_sort_compare() function
133 bool operator()( in operator ()()
144 Compare comp;