Create an alias to the instantiation of template T with parameters U
Create an alias template that instantiates template T inside a lambda with the argument forwarded.
Identity
Same as _partial but creates a mixin template.
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 _ .
Create a template _ to form a "partial" version of a mixin template T with the first part of the supplied argument list, and the remainder as parameters to the created template.
Create a template _ to form a "partial" version of template T with the last part of the supplied argument list, and the preceding parts as parameters to the created template.
Same as _yy but instiate as mixin.
Mxin template decombinator into lambda.
Decombinators (beta reduction). These restore the intended value where _ has been used as a replacement for eponymosity.
Decombinator - reduce and instatiate T as template with given parameters V.
Embed a template into a lambda.