Talk:cpp/utility/tuple/make tuple
From cppreference.com
Why is the return type tuple<VTypes...> while the template parameter pack is <Class...Types>? What's the meaning of using <VTypes...> instead of <Types...> here? Thanks!