像下面f() 這個函式,就是一個最簡單的function parameter pack 的寫法。 template<class ... Types> void f(Types ... args);.
確定! 回上一頁