Home
last modified time | relevance | path

Searched refs:plus_assign_op (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/libs/proto/example/
Dmixed.cpp224 struct plus_assign_op struct
303 evaluate(arr.begin(), arr.end(), proto::as_expr<MixedDomain>(expr), plus_assign_op()); in operator +=()
311 evaluate(arr.begin(), arr.end(), proto::as_expr<MixedDomain>(expr), plus_assign_op()); in operator +=()
/third_party/boost/boost/spirit/home/classic/phoenix/
Doperators.hpp178 struct plus_assign_op; struct minus_assign_op;
487 struct binary_operator<plus_assign_op, T0, T1> {
1070 struct plus_assign_op { struct
1075 typedef typename binary_operator<plus_assign_op, T0, T1>
1080 typename binary_operator<plus_assign_op, T0, T1>::result_type
1082 { return binary_operator<plus_assign_op, T0, T1>::eval(_0, _1); } in operator ()()
1087 inline typename impl::make_binary1<plus_assign_op, BaseT, T1>::type
1090 return impl::make_binary1<plus_assign_op, BaseT, T1>::construct(_0, _1); in operator +=()