isSupportedType.isSupportedType

Undocumented in source.
  1. enum isSupportedType;
  2. enum isSupportedType;
  3. enum isSupportedType;
    template isSupportedType(T)
    package
    static if(!(isIntegral!T || isBoolean!T || isSomeChar!T || is(Unqual!T == float) || is(Unqual!T == double) || is(T == void)))
    static if(!(isDynamicArray!T))
    static if(is(T == struct) || is(T == class) || is(T == interface))
    enum isSupportedType = !is(typeof(TemplateOf!T)) && !is(Unqual!T == TimeZone);
  4. enum isSupportedType;

Meta