If the question is "how do I explicitly specify a constructor's template arguments?" the unfortunate answer is "you can't".
[temp.arg.explicit] has this note:
[Note 4: Because the explicit template argument list follows the function template name, and because constructor templates ([class.ctor]) are named without using a function name ([class.qual]), there is no way to provide an explicit template argument list for these function templates.
— end note]