1 2 template <typename T> 3 class VariadicFunctionObject { 4 public: 5 int add_em_up(T count,...); 6 }; 7