Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/libcxx/include/__functional/
H A Dpointer_to_unary_function.h25 class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 pointer_to_unary_function
30 _LIBCPP_HIDE_FROM_ABI explicit pointer_to_unary_function(_Result (*__f)(_Arg)) : __f_(__f) {} in pointer_to_unary_function() function
35 _LIBCPP_DEPRECATED_IN_CXX11 inline _LIBCPP_HIDE_FROM_ABI pointer_to_unary_function<_Arg, _Result>
37 return pointer_to_unary_function<_Arg, _Result>(__f); in ptr_fun()
/freebsd-14.2/contrib/llvm-project/libcxx/include/
H A Dfunctional280 class pointer_to_unary_function : public unary_function<Arg, Result>
283 explicit pointer_to_unary_function(Result (*f)(Arg));
288 pointer_to_unary_function<Arg,Result> ptr_fun(Result (*f)(Arg)); // deprecated in C+…
538 #include <__functional/pointer_to_unary_function.h>
H A Dlibcxx.imp415 …{ include: [ "<__functional/pointer_to_unary_function.h>", "private", "<functional>", "public" ] },
H A Dmodule.modulemap.in1384 …unctional_pointer_to_unary_function [system] { header "__functional/pointer_to_unary_function.h" }
/freebsd-14.2/lib/libc++/
H A DMakefile786 FUN_HEADERS+= pointer_to_unary_function.h
H A Dmodule.modulemap1384 …unctional_pointer_to_unary_function [system] { header "__functional/pointer_to_unary_function.h" }