Modern C++ Features – Variadic Templates

Contents Generic programming and metaprogramming with templates always have been one of the features that set C++ apart from most other languages. With C++11, variadic templates added even more possibilities […]