How do I expand a tuple into variadic template function's arguments?

前端 未结 13 1202
旧时难觅i
旧时难觅i 2020-11-22 07:49

Consider the case of a templated function with variadic template arguments:

template Tret func(const T&... t);
         


        
13条回答
提交回复
热议问题