Explore >> Select a destination


You are here

gpfault.net
| | www.fluentcpp.com
13.4 parsecs away

Travel
| | 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
12.9 parsecs away

Travel
| |
| | www.cppstories.com
14.3 parsecs away

Travel
| | 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
105.2 parsecs away

Travel
| Let's talk about game simulations. Today we ask ourselves basic architecture questions.