Searched refs:binder1st (Results 1 – 3 of 3) sorted by relevance
33 : public std::binder1st<test_func>35 typedef std::binder1st<test_func> base;37 test() : std::binder1st<test_func>(test_func(2), 30) {} in test()
188 class binder1st :205 binder1st(const _Operation& __x, _ValueParamType __y) in binder1st() function216 inline binder1st<_Operation>219 return binder1st<_Operation>(__fn, _Arg1_type(__x)); in bind1st()
205 class binder1st213 binder1st(const Operation& x, const typename Operation::first_argument_type y);219 binder1st<Operation> bind1st(const Operation& op, const T& x);635 class _LIBCPP_VISIBLE binder1st643 _LIBCPP_INLINE_VISIBILITY binder1st(const __Operation& __x,656 binder1st<__Operation>658 {return binder1st<__Operation>(__op, __x);}