DUnitConstructorIterator

Iterate through the constructors of T generating code using the generator.

template DUnitConstructorIterator (
T
string generator
) if (
is(T == class)
) {
enum DUnitConstructorIterator;
}

Parameters

T

The class to inspect.

generator

The template to use to generate code for each constructor.

Meta