Home
last modified time | relevance | path

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

/third_party/boost/boost/compute/functional/
Doperator.hpp21 struct invoked_binary_operator struct
23 typedef Result result_type;
25 invoked_binary_operator(const std::string &op, in invoked_binary_operator() argument
34 std::string op() const in op()
39 Expr1 arg1() const in arg1()
44 Expr2 arg2() const in arg2()
49 std::string m_op;
50 Expr1 m_expr1;
51 Expr2 m_expr2;