GetType.GetType

Undocumented in source.
  1. enum GetType;
  2. enum GetType;
  3. enum GetType;
  4. enum GetType;
  5. enum GetType;
    template GetType(T, TList...)
    protected
    static if(!(TList.length is 0))
    static if(!(__traits(compiles, typeof(member)) && hasUDA!(member, Type)))
    enum GetType = GetType!(T, TList[1..$]);

Meta