A partial specialization matches a given actual template argument
list if the template arguments of the partial specialization can be
deduced from the actual template argument list,
and the deduced template arguments satisfy the
associated constraints
of the partial specialization, if any
.