Searched refs:ptr_fun (Results 1 – 5 of 5) sorted by relevance
39 ptr_fun(_Result (*__f)(_Arg)) in ptr_fun() function
39 ptr_fun(_Result (*__f)(_Arg1,_Arg2)) in ptr_fun() function
93 using std::ptr_fun;
500 ptr_fun(_Result (*__x)(_Arg)) in ptr_fun() function525 ptr_fun(_Result (*__x)(_Arg1, _Arg2)) in ptr_fun() function
278 pointer_to_unary_function<Arg,Result> ptr_fun(Result (*f)(Arg)); // deprecated in C++11, remov…289 pointer_to_binary_function<Arg1,Arg2,Result> ptr_fun(Result (*f)(Arg1,Arg2)); // deprecated in…