An example of a refactoring where variadic templates were used.
Variadic Templates and a Factory Function
by Bartlomiej Filipek
From the article:
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.
Add a Comment
Comments are closed.