Searched refs:const_mem_fun1_t (Results 1 – 3 of 3) sorted by relevance
| /src/contrib/llvm-project/libcxx/include/__functional/ |
| H A D | mem_fun_ref.h | 93 _LIBCPP_DEPRECATED_IN_CXX11 const_mem_fun1_t : public __binary_function<const _Tp*, _Ap, _Sp> { 97 _LIBCPP_HIDE_FROM_ABI explicit const_mem_fun1_t(_Sp (_Tp::*__p)(_Ap) const) : __p_(__p) {} in const_mem_fun1_t() function 107 _LIBCPP_DEPRECATED_IN_CXX11 inline _LIBCPP_HIDE_FROM_ABI const_mem_fun1_t<_Sp, _Tp, _Ap> 109 return const_mem_fun1_t<_Sp, _Tp, _Ap>(__f); in mem_fun()
|
| /src/contrib/llvm-project/libcxx/include/ |
| H A D | functional | 365 class const_mem_fun1_t : public binary_function<const T*, A, S> // deprecated in C+… 368 explicit const_mem_fun1_t(S (T::*p)(A) const); 375 const_mem_fun1_t<S,T,A> mem_fun(S (T::*f)(A) const); // deprecated in C+…
|
| /src/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
| H A D | StdSymbolMap.inc | 936 SYMBOL(const_mem_fun1_t, std::, <functional>)
|