Searched defs:common_type (Results 1 – 1 of 1) 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;