Home
last modified time | relevance | path

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

/third_party/boost/boost/compute/lambda/
Dcontext.hpp215 struct invoked_binary_expression struct
217 typedef typename ::boost::compute::result_of<Expr(Arg1, Arg2)>::type result_type;
219 invoked_binary_expression(const Expr &expr, in invoked_binary_expression() function
228 Expr m_expr;
229 Arg1 m_arg1;
230 Arg2 m_arg2;