Home
last modified time | relevance | path

Searched defs:lambda_result (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/boost/compute/lambda/
Dmake_pair.hpp25 struct lambda_result struct
27 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;
Dget.hpp30 struct lambda_result struct
32 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;
Dmake_tuple.hpp52 struct lambda_result struct
56 >::type type;