Searched defs:scalar_conj (Results 1 – 1 of 1) sorted by relevance
76 struct scalar_conj: struct78 typedef typename scalar_unary_functor<T>::value_type value_type;79 typedef typename scalar_unary_functor<T>::argument_type argument_type;80 typedef typename scalar_unary_functor<T>::result_type result_type;83 result_type apply (argument_type t) { in apply()