quack.mixins

Contains definition of hasTemplateMixin, which checks if a class or struct defines all the members of a template mixin, and hasStringMixin, which checks if a class or struct defines all the members of a string mixin.

Members

Mixin templates

TestMix
mixintemplate TestMix()
Undocumented in source.

Templates

hasStringMixin
template hasStringMixin(Base, string mix)

Checks if Child extends Parent by implementing a string mixin.

hasTemplateMixin
template hasTemplateMixin(Child, alias mix)

Checks if Child extends Parent by implementing a template mixin.

Meta