Searched defs:scalar_binary_functor (Results 1 – 1 of 1) sorted by relevance
123 struct scalar_binary_functor { struct124 typedef typename type_traits<T1>::const_reference argument1_type;125 typedef typename type_traits<T2>::const_reference argument2_type;126 typedef typename promote_traits<T1, T2>::promote_type result_type;