Searched defs:scalar_swap (Results 1 – 1 of 1) sorted by relevance
313 struct scalar_swap: struct315 typedef typename scalar_binary_swap_functor<T1, T2>::argument1_type argument1_type;316 typedef typename scalar_binary_swap_functor<T1, T2>::argument2_type argument2_type;319 void apply (argument1_type t1, argument2_type t2) { in apply()324 struct rebind {