iamantony / CppNotes

My notes about C++
MIT License
1 stars 3 forks source link

Variadic template #28

Closed iamantony closed 6 years ago

iamantony commented 6 years ago

We need to implement variadic template function that takes arbitrary number of arguments of unknown types and it should return sum of the arguments with type int.

iamantony commented 6 years ago

Done: 1c6318976f3dccb03f32145d6d839b47c006171d