Searched refs:const_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 | 134 class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 const_mem_fun_ref_t 139 _LIBCPP_INLINE_VISIBILITY explicit const_mem_fun_ref_t(_Sp (_Tp::*__p)() const) in const_mem_fun_ref_t() function 159 const_mem_fun_ref_t<_Sp,_Tp> 161 {return const_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 | const_mem_fun_ref_t.cxx1z.compile.fail.cpp | 33 typedef std::const_mem_fun_ref_t<int, A> F; in main()
|
| H A D | const_mem_fun_ref_t.pass.cpp | 32 typedef std::const_mem_fun_ref_t<int, 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 | 47 …typedef std::const_mem_fun_ref_t<int, Foo> CMFR0; // expected-warning {{'const_mem_fun_ref_t<int, … in main()
|
| H A D | depr.adaptors.cxx1z.pass.cpp | 55 typedef std::const_mem_fun_ref_t<int, Foo> CMFR; in main()
|
| /llvm-project-15.0.7/libcxx/include/ |
| H A D | functional | 352 class const_mem_fun_ref_t : public unary_function<T, S> // deprecated in C++11, removed in C++… 355 explicit const_mem_fun_ref_t(S (T::*p)() const); 367 template <class S, class T> const_mem_fun_ref_t<S,T> mem_fun_ref(S (T::*f)() const); …
|
| /llvm-project-15.0.7/libcxx/docs/ |
| H A D | UsingLibcxx.rst | 284 `const_mem_fun1_t`, `const_mem_fun_ref_t`, and `const_mem_fun1_ref_t`
|