Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/libcxx/include/__functional/
H A Dpointer_to_unary_function.h39 ptr_fun(_Result (*__f)(_Arg)) in ptr_fun() function
H A Dpointer_to_binary_function.h39 ptr_fun(_Result (*__f)(_Arg1,_Arg2)) in ptr_fun() function
/freebsd-13.1/contrib/llvm-project/libcxx/include/
H A Dfunctional278 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…