simpleConstructor

Create a simple template node constructor for declarative usage.

If the parent is a simple constructor, its initializer will be ran *after* this one. This is because the user usually specifies the parent in templates, so it has more importance.

T must be a template accepting a single parameter — Parent type will be passed to it.

Members

Aliases

simpleConstructor
alias simpleConstructor = simpleConstructor!(T!(Parent.Type), (a))
Undocumented in source.

Meta