Searched refs:mem_fun_ref_t (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/libcxx/include/__functional/ |
| H A D | mem_fun_ref.h | 62 class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 mem_fun_ref_t 67 _LIBCPP_INLINE_VISIBILITY explicit mem_fun_ref_t(_Sp (_Tp::*__p)()) in mem_fun_ref_t() function 87 mem_fun_ref_t<_Sp,_Tp> 89 {return mem_fun_ref_t<_Sp,_Tp>(__f);} in mem_fun_ref()
|
| /llvm-project-15.0.7/libcxx/test/std/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/ |
| H A D | mem_fun_ref_t.cxx1z.compile.fail.cpp | 33 typedef std::mem_fun_ref_t<char, A> F; in main()
|
| H A D | mem_fun_ref_t.pass.cpp | 32 typedef std::mem_fun_ref_t<char, A> F; in main()
|
| /llvm-project-15.0.7/libcxx/test/libcxx/depr/depr.function.objects/ |
| H A D | adaptors.depr_in_cxx11.verify.cpp | 45 …typedef std::mem_fun_ref_t<int, Foo> MFR0; // expected-warning {{'mem_fun_ref_t<int, Foo>' is depr… in main()
|
| H A D | depr.adaptors.cxx1z.pass.cpp | 54 typedef std::mem_fun_ref_t<int, Foo> MFR; in main()
|
| /llvm-project-15.0.7/libcxx/include/ |
| H A D | functional | 314 class mem_fun_ref_t : public unary_function<T, S> // deprecated in C++11, removed in C++17 317 explicit mem_fun_ref_t(S (T::*p)()); 329 template<class S, class T> mem_fun_ref_t<S,T> mem_fun_ref(S (T::*f)()); // depreca…
|
| /llvm-project-15.0.7/libcxx/docs/ |
| H A D | UsingLibcxx.rst | 283 `mem_fun1_t`, `mem_fun_ref_t`, `mem_fun1_ref_t`, `const_mem_fun_t`,
|