Is there any good guide on variadic templates? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Is there any good guide on variadic templates?

I have been searching all over the internet to find some good easy to understand video or article on variadic templates on C++. But all of them are only doing the same example without explaining anything of what they are doing (or not enough at least). Do you have anything to suggest?

10th Sep 2020, 1:08 PM
xaralampis_
xaralampis_ - avatar
1 Answer
0
Maybe you can read the C++ rules on parameter packs as a supplement to the videos to better understand what's going on? https://en.cppreference.com/w/cpp/language/parameter_pack
10th Sep 2020, 1:57 PM
Dennis
Dennis - avatar