Searched defs:scalar_assign (Results 1 – 1 of 1) sorted by relevance
189 struct scalar_assign: struct191 typedef typename scalar_binary_assign_functor<T1, T2>::argument1_type argument1_type;192 typedef typename scalar_binary_assign_functor<T1, T2>::argument2_type argument2_type;194 static const bool computed ;196 static const bool computed = false ;200 void apply (argument1_type t1, argument2_type t2) { in apply()205 struct rebind {