MakerInitializingClassMembers

Make a static c'tor that creates an instance with all class members initialized.

mixin template MakerInitializingClassMembers (
T
alias postInit = function void
(
ref T
)
) {}

Members

Static functions

make
T make()
Undocumented in source. Be warned that the author may not have intended to support it.

Parameters

T

type to construct an instance of

postInit

call the function with the initialized instance.

Meta