Home
last modified time | relevance | path

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

/third_party/boost/boost/test/tools/
Dassertion.hpp340 class binary_expr : public expression_base<binary_expr<LExpr,Rhs,OP>,typename OP::result_type> { class
347 binary_expr( binary_expr&& be ) in binary_expr() function in boost::test_tools::assertion::binary_expr
351 binary_expr( LExpr&& lhs, Rhs&& rhs ) in binary_expr() function in boost::test_tools::assertion::binary_expr
356 binary_expr( LExpr const& lhs, Rhs const& rhs ) in binary_expr() function in boost::test_tools::assertion::binary_expr
/third_party/boost/boost/proto/
Dtraits.hpp520 struct binary_expr struct
523 typedef proto::expr<Tag, list2<T, U>, 2> type;
524 typedef proto::basic_expr<Tag, list2<T, U>, 2> proto_grammar;
527 struct impl
532 typedef Tag proto_tag;
534 typedef T proto_child0;
536 typedef U proto_child1;