C++ How to extract and use “variadic” template parameters and their types?
How could I extract and use the types defined in variable template arguments of a C++ class so that instead of defining multiple duplicates of the following class which defer by only the number and types of parameters: