Searched defs:promote_arg (Results 1 – 1 of 1) sorted by relevance
69 struct promote_arg struct71 typedef typename mpl::if_<is_integral<T>, double, T>::type type;75 template <> struct promote_arg<float> { typedef float type; }; argument76 template <> struct promote_arg<double>{ typedef double type; }; struct77 template <> struct promote_arg<long double> { typedef long double type; }; argument78 template <> struct promote_arg<int> { typedef double type; }; argument