ForwardTemplate

If you want to generate templated data for a TemplateBenchmark, this will forward the current iterated parameter to the parameter of ForwardTemplate.

@nogc @safe
struct ForwardTemplate (
alias forwardThis
) {}

Members

Aliases

contents
alias contents = forwardThis
Undocumented in source.

Meta