Overview In A Template Argument Extender C++ template metaprogramming was used to repeat a single template parameter type N times. This article outlines how such can be enhanced to repeat a set of template parameter types N types. Defining The Problem The previous article outlined how to use C++ template metaprogramming (C++ TMP) to create […]
↧