C++ How to extract and use variable template parameters and their types?
How could I extract and use the types defined in variable template arguments of a C++ class?
How could I extract and use the types defined in variable template arguments of a C++ class?