Searched refs:binder2nd (Results 1 – 4 of 4) sorted by relevance
426 class binder2nd434 binder2nd(const _Operation& __x, in binder2nd() function451 inline binder2nd<_Operation>455 return binder2nd<_Operation>(__fn, _Arg2_type(__x)); in bind2nd()
88 using std::binder2nd;
265 class binder2nd // deprecated in C++11, removed in C++17273 binder2nd(const Operation& x, const typename Operation::second_argument_type y);279 binder2nd<Operation> bind2nd(const Operation& op, const T& x); // deprecated in C++11, removed in …1069 class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 binder2nd1078 binder2nd(const __Operation& __x, const typename __Operation::second_argument_type __y)1090 binder2nd<__Operation>1092 {return binder2nd<__Operation>(__op, __x);}
3216 * include/bits/stl_function.h (binder2nd): Fix as per DR 109.