Searched refs:pointer_to_binary_function (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/libcxx/include/__functional/ |
| H A D | pointer_to_binary_function.h | 25 class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 pointer_to_binary_function 30 …_LIBCPP_HIDE_FROM_ABI explicit pointer_to_binary_function(_Result (*__f)(_Arg1, _Arg2)) : __f_(__f… in pointer_to_binary_function() function 35 _LIBCPP_DEPRECATED_IN_CXX11 inline _LIBCPP_HIDE_FROM_ABI pointer_to_binary_function<_Arg1, _Arg2, _… 37 return pointer_to_binary_function<_Arg1, _Arg2, _Result>(__f); in ptr_fun()
|
| /freebsd-14.2/contrib/llvm-project/libcxx/include/ |
| H A D | functional | 291 class pointer_to_binary_function : public binary_function<Arg1, Arg2, Result> 294 explicit pointer_to_binary_function(Result (*f)(Arg1, Arg2)); 299 pointer_to_binary_function<Arg1,Arg2,Result> ptr_fun(Result (*f)(Arg1,Arg2)); // deprecated in C+… 537 #include <__functional/pointer_to_binary_function.h>
|
| H A D | libcxx.imp | 414 …{ include: [ "<__functional/pointer_to_binary_function.h>", "private", "<functional>", "public" ] …
|
| H A D | module.modulemap.in | 1383 …nctional_pointer_to_binary_function [system] { header "__functional/pointer_to_binary_function.h" }
|
| /freebsd-14.2/lib/libc++/ |
| H A D | Makefile | 785 FUN_HEADERS+= pointer_to_binary_function.h
|
| H A D | module.modulemap | 1383 …nctional_pointer_to_binary_function [system] { header "__functional/pointer_to_binary_function.h" }
|