Home
last modified time | relevance | path

Searched refs:binder2nd (Results 1 – 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/libstdc++/include/bits/
Dstl_function.h426 class binder2nd
434 binder2nd(const _Operation& __x, in binder2nd() function
451 inline binder2nd<_Operation>
455 return binder2nd<_Operation>(__fn, _Arg2_type(__x)); in bind2nd()
/freebsd-11-stable/contrib/libstdc++/include/backward/
Dfunction.h88 using std::binder2nd;
/freebsd-11-stable/contrib/llvm-project/libcxx/include/
HDfunctional265 class binder2nd // deprecated in C++11, removed in C++17
273 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 binder2nd
1078 binder2nd(const __Operation& __x, const typename __Operation::second_argument_type __y)
1090 binder2nd<__Operation>
1092 {return binder2nd<__Operation>(__op, __x);}
/freebsd-11-stable/contrib/libstdc++/
DChangeLog-20013216 * include/bits/stl_function.h (binder2nd): Fix as per DR 109.