Home
last modified time | relevance | path

Searched refs:pmf (Results 1 – 1 of 1) sorted by relevance

/external/stlport/test/unit/
Dmfunptr_test.cpp205 const_mem_fun1_ref_t<bool,V,int> pmf = mem_fun_ref( &V::f ); in find() local
206 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()