Searched defs:common_type (Results 1 – 2 of 2) sorted by relevance
14 template<typename...Ts> struct common_type {}; struct15 template<typename A, typename B> struct common_type<A, B> { struct28 using T = std::common_type<int, int>::type;
30 struct common_type<T, ::S<T> > struct36 struct common_type< ::S<T>, T> { struct40 template <> struct common_type< ::S<long>, long> {}; struct41 template <> struct common_type<long, ::S<long> > {}; struct51 -> always_bool<typename std::common_type<Args...>::type> in no_common_type_imp()