summaryrefslogtreecommitdiff
path: root/libbindgen/tests/headers/variadic_template_function.hpp
blob: 4942d8f024257b8bf807eac04d14224d5b26e9cb (plain)
1
2
3
4
5
6

template <typename T>
class VariadicFunctionObject {
public:
	int add_em_up(T count,...);
};