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!
The page currently specifically explains that in "For each Ti in Types..., the corresponding type Vi in Vtypes... is" --Cubbi (talk) 05:25, 23 August 2018 (PDT)