Home
last modified time | relevance | path

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 Dmem_fun_ref.h134 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 Dconst_mem_fun_ref_t.cxx1z.compile.fail.cpp33 typedef std::const_mem_fun_ref_t<int, A> F; in main()
H A Dconst_mem_fun_ref_t.pass.cpp32 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 Dadaptors.depr_in_cxx11.verify.cpp47 …typedef std::const_mem_fun_ref_t<int, Foo> CMFR0; // expected-warning {{'const_mem_fun_ref_t<int, … in main()
H A Ddepr.adaptors.cxx1z.pass.cpp55 typedef std::const_mem_fun_ref_t<int, Foo> CMFR; in main()
/llvm-project-15.0.7/libcxx/include/
H A Dfunctional352 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 DUsingLibcxx.rst284 `const_mem_fun1_t`, `const_mem_fun_ref_t`, and `const_mem_fun1_ref_t`