Create an alias template that is a partial version of template T with the first part of the argument list supplied as parameter U... and the remainder as parameters to the created template _ .
See Implementation
Create an alias template that is a partial version of template T with the first part of the argument list supplied as parameter U... and the remainder as parameters to the created template _ .