c++实现数量不定的模板参数 完整源代码如下 完整源代码如下 // variadic template(c++11) 数量不定的模板参数 #include <iostream> #include <vector> #include <tuple> using