Searched defs:lambda_result (Results 1 – 3 of 3) sorted by relevance
25 struct lambda_result struct27 typedef typename proto::result_of::child_c<Expr, 1>::type Arg1;28 typedef typename proto::result_of::child_c<Expr, 2>::type Arg2;30 typedef typename lambda::result_of<Arg1, Args>::type T1;31 typedef typename lambda::result_of<Arg2, Args>::type T2;33 typedef std::pair<T1, T2> type;
30 struct lambda_result struct32 typedef typename proto::result_of::child_c<Expr, 1>::type Arg;33 typedef typename ::boost::compute::lambda::result_of<Arg, Args>::type T;34 typedef typename ::boost::compute::detail::get_result_type<N, T>::type type;
52 struct lambda_result struct56 >::type type;