Home
last modified time | relevance | path

Searched defs:result_impl (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/boost/compute/functional/detail/
Dunpack.hpp74 struct result_impl {}; struct
77 struct result_impl<TupleArg, 1> struct
79 typedef typename detail::get_result_type<0, TupleArg>::type T1;
81 typedef typename boost::compute::result_of<Function(T1)>::type type;
85 struct result_impl<TupleArg, 2> struct
87 typedef typename detail::get_result_type<0, TupleArg>::type T1;
88 typedef typename detail::get_result_type<1, TupleArg>::type T2;
90 typedef typename boost::compute::result_of<Function(T1, T2)>::type type;
94 struct result_impl<TupleArg, 3> struct
96 typedef typename detail::get_result_type<0, TupleArg>::type T1;
[all …]
/third_party/boost/libs/compute/include/boost/compute/functional/detail/
Dunpack.hpp74 struct result_impl {}; struct
77 struct result_impl<TupleArg, 1> struct
79 typedef typename detail::get_result_type<0, TupleArg>::type T1;
81 typedef typename boost::compute::result_of<Function(T1)>::type type;
85 struct result_impl<TupleArg, 2> struct
87 typedef typename detail::get_result_type<0, TupleArg>::type T1;
88 typedef typename detail::get_result_type<1, TupleArg>::type T2;
90 typedef typename boost::compute::result_of<Function(T1, T2)>::type type;
94 struct result_impl<TupleArg, 3> struct
96 typedef typename detail::get_result_type<0, TupleArg>::type T1;
[all …]
/third_party/boost/boost/phoenix/core/detail/
Dfunction_eval.hpp86 struct result_impl<F, void(A...), Head, Tail...> struct
92 struct result_impl<F, void(A...), Context> struct
98 fn;
101 struct result_of_evaluator
116 type;
118 static type call(F f, A... a, Context ctx) in call()
/third_party/boost/libs/fusion/example/cookbook/
Ddo_the_bind.cpp128 struct result_impl struct in impl::fused_bound_function
184 struct result_impl struct
187 fused_bound_function<BindArgs>,!Placeholders>,Placeholders> type;