Searched refs:pointer_to_binary_function (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/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_INLINE_VISIBILITY explicit pointer_to_binary_function(_Result (*__f)(_Arg1, _Arg2)) in pointer_to_binary_function() function 38 pointer_to_binary_function<_Arg1,_Arg2,_Result> 40 {return pointer_to_binary_function<_Arg1,_Arg2,_Result>(__f);} in ptr_fun()
|
| /freebsd-13.1/contrib/llvm-project/libcxx/include/ |
| H A D | functional | 281 class pointer_to_binary_function : public binary_function<Arg1, Arg2, Result> 284 explicit pointer_to_binary_function(Result (*f)(Arg1, Arg2)); 289 pointer_to_binary_function<Arg1,Arg2,Result> ptr_fun(Result (*f)(Arg1,Arg2)); // deprecated in… 508 #include <__functional/pointer_to_binary_function.h>
|
| H A D | module.modulemap | 431 … module pointer_to_binary_function { private header "__functional/pointer_to_binary_function.h" }
|
| /freebsd-13.1/lib/libc++/ |
| H A D | Makefile | 370 FUN_HEADERS+= pointer_to_binary_function.h
|
| /freebsd-13.1/tools/build/mk/ |
| H A D | OptionalObsoleteFiles.inc | 3945 OLD_FILES+=usr/include/c++/v1/__functional/pointer_to_binary_function.h
|