Searched refs:pmf (Results 1 – 1 of 1) sorted by relevance
205 const_mem_fun1_ref_t<bool,V,int> pmf = mem_fun_ref( &V::f ); in find() local206 binder2nd<const_mem_fun1_ref_t<bool,V,int> > b(pmf, 2); in find()212 binder2nd<const_mem_fun1_ref_t<bool,V,int> > b2 = bind2nd( pmf, 2 ); in find()