What is Name< typename U > T
supposed to mean?
Last edited on
A regular typed parameter, Name<U> called T.
Template parameters can only be types or integers
Very well.
Is there any way I can select a certain template variation dependant on the template type?
If not by type than some other trigger?