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