Home
last modified time | relevance | path

Searched refs:mem_fun_ref_t (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/libcxx/include/__functional/
H A Dmem_fun_ref.h62 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 Dmem_fun_ref_t.cxx1z.compile.fail.cpp33 typedef std::mem_fun_ref_t<char, A> F; in main()
H A Dmem_fun_ref_t.pass.cpp32 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 Dadaptors.depr_in_cxx11.verify.cpp45 …typedef std::mem_fun_ref_t<int, Foo> MFR0; // expected-warning {{'mem_fun_ref_t<int, Foo>' is depr… in main()
H A Ddepr.adaptors.cxx1z.pass.cpp54 typedef std::mem_fun_ref_t<int, Foo> MFR; in main()
/llvm-project-15.0.7/libcxx/include/
H A Dfunctional314 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 DUsingLibcxx.rst283 `mem_fun1_t`, `mem_fun_ref_t`, `mem_fun1_ref_t`, `const_mem_fun_t`,