Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/libstdc++/include/backward/
H A Dfunction.h93 using std::ptr_fun;
/freebsd-12.1/contrib/libstdc++/include/bits/
H A Dstl_function.h500 ptr_fun(_Result (*__x)(_Arg)) in ptr_fun() function
525 ptr_fun(_Result (*__x)(_Arg1, _Arg2)) in ptr_fun() function
/freebsd-12.1/contrib/libc++/include/
H A Dfunctional287 pointer_to_unary_function<Arg,Result> ptr_fun(Result (*f)(Arg)); // deprecated in C++11, remov…
298 pointer_to_binary_function<Arg1,Arg2,Result> ptr_fun(Result (*f)(Arg1,Arg2)); // deprecated in…
1099 ptr_fun(_Result (*__f)(_Arg))
1117 ptr_fun(_Result (*__f)(_Arg1,_Arg2))