_partial

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 _ .

mixin template _partial (
U...
) {}

Members

Templates

_
template _(V...)
Undocumented in source.

Meta