Home
last modified time | relevance | path

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

/freebsd-13.1/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_INLINE_VISIBILITY explicit pointer_to_unary_function(_Result (*__f)(_Arg)) in pointer_to_unary_function() function
38 pointer_to_unary_function<_Arg,_Result>
40 {return pointer_to_unary_function<_Arg,_Result>(__f);} in ptr_fun()
/freebsd-13.1/contrib/llvm-project/libcxx/include/
H A Dfunctional270 class pointer_to_unary_function : public unary_function<Arg, Result>
273 explicit pointer_to_unary_function(Result (*f)(Arg));
278 pointer_to_unary_function<Arg,Result> ptr_fun(Result (*f)(Arg)); // deprecated in C++11, remov…
509 #include <__functional/pointer_to_unary_function.h>
H A Dmodule.modulemap432 … module pointer_to_unary_function { private header "__functional/pointer_to_unary_function.h" }
/freebsd-13.1/lib/libc++/
H A DMakefile371 FUN_HEADERS+= pointer_to_unary_function.h
/freebsd-13.1/tools/build/mk/
H A DOptionalObsoleteFiles.inc3946 OLD_FILES+=usr/include/c++/v1/__functional/pointer_to_unary_function.h