Searched refs:fn_type (Results 1 – 2 of 2) sorted by relevance
104 typedef pointer_to_binary_function<int, int, bool> fn_type; in mset5() typedef105 typedef multiset<int, fn_type, allocator<int> > fn_mset; in mset5()107 fn_type f(less_than); in mset5()117 fn_type g(greater_than); in mset5()