Searched defs:scalar_minus_assign (Results 1 – 1 of 1) sorted by relevance
243 struct scalar_minus_assign: struct245 typedef typename scalar_binary_assign_functor<T1, T2>::argument1_type argument1_type;246 typedef typename scalar_binary_assign_functor<T1, T2>::argument2_type argument2_type;248 static const bool computed ;250 static const bool computed = true ;254 void apply (argument1_type t1, argument2_type t2) { in apply()259 struct rebind {