Searched defs:bind1st (Results 1 – 9 of 9) sorted by relevance
17 struct bind1st<F<T> > : public F<T> struct20 bind1st(T n) : n(n) { } in bind1st() argument29 BOOST_TEST(boost::fusion::count_if(t, bind1st<std::equal_to<double> >(2)) == 1); in main() argument
46 bind1st(const _Operation& __op, const _Tp& __x) { in bind1st() function
38 inline binder1st<Operation> bind1st(const Operation& op, const T& x) { in bind1st() function
55 inline binder1st<Func> bind1st(const Func& func, const T& arg) in bind1st() function