You are here |
gpfault.net | ||
| | | |
www.fluentcpp.com
|
|
| | | | Variadic templates allow any number of template parameters of any type. In this article we see how to do a variadic number of parameters of the SAME type. | |
| | | |
belaycpp.com
|
|
| | | | ||
| | | |
www.cppstories.com
|
|
| | | | Variadic Templates from C++11 is probably not a feature that you use on a daily basis. But recently, I've come across one refactoring example where I've decided to give a try and apply variadics. Intro When I was doing some work in some old UI code I've noticed several similar lines of code that looked like that: | |
| | | |
mropert.github.io
|
|
| | Let's talk about game simulations. Today we ask ourselves basic architecture questions. |