Searched refs:const_mem_fun_t (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/libcxx/include/__functional/ |
| H A D | mem_fun_ref.h | 98 class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 const_mem_fun_t 103 _LIBCPP_INLINE_VISIBILITY explicit const_mem_fun_t(_Sp (_Tp::*__p)() const) in const_mem_fun_t() function 123 const_mem_fun_t<_Sp,_Tp> 125 {return const_mem_fun_t<_Sp,_Tp>(__f);} in mem_fun()
|
| /llvm-project-15.0.7/libcxx/test/std/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/ |
| H A D | const_mem_fun_t.cxx1z.compile.fail.cpp | 33 typedef std::const_mem_fun_t<int, A> F; in main()
|
| H A D | const_mem_fun_t.pass.cpp | 32 typedef std::const_mem_fun_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 | 38 …typedef std::const_mem_fun_t<int, Foo> CMFT0; // expected-warning {{'const_mem_fun_t<int, Foo>' is… in main()
|
| /llvm-project-15.0.7/libcxx/include/ |
| H A D | functional | 333 class const_mem_fun_t : public unary_function<const T*, S> // deprecated in C++11, removed in … 336 explicit const_mem_fun_t(S (T::*p)() const); 348 template <class S, class T> const_mem_fun_t<S,T> mem_fun(S (T::*f)() const); // de…
|
| /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`,
|