Searched defs:random_access_index_sort_compare (Results 1 – 1 of 1) sorted by relevance
125 struct random_access_index_sort_compare struct127 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() function133 bool operator()( in operator ()()144 Compare comp;