isCompoundType.isCompoundType

Undocumented in source.
  1. auto isCompoundType;
    template isCompoundType(T)
    deprecated static immutable
    static if(is(T == struct) || is(T == class) || is(T == union))
    auto isCompoundType = true;
  2. auto isCompoundType;

Meta