isParentType.isParentType

Undocumented in source.
  1. enum isParentType;
  2. enum isParentType;
  3. enum isParentType;
    template isParentType(Parent, Of)
    package @safe pure nothrow @nogc
    static if(!(isXYZ!Of))
    static if(!(isInstanceOf!(TemplateOf!Parent, Of.ParentColor)))
    enum isParentType = isParentType!(Parent, Of.ParentColor);

Meta