Searched refs:ptr_fun (Results 1 – 3 of 3) sorted by relevance
39 ptr_fun(_Result (*__f)(_Arg)) in ptr_fun() function
39 ptr_fun(_Result (*__f)(_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…