Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust-bindgen
/
6a5726eac514b49ec8a9f8360ed5d0d73da9feb7
/
.
/
tests
/
headers
/
variadic_template_function.hpp
blob: 4942d8f024257b8bf807eac04d14224d5b26e9cb [
file
]
template
<
typename
T
>
class
VariadicFunctionObject
{
public
:
int
add_em_up
(
T count
,...);
};