isCompoundType.isCompoundType

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

Meta