hasElaborateDestructorNew.hasElaborateDestructorNew

Undocumented in source.
  1. enum bool hasElaborateDestructorNew;
  2. enum hasElaborateDestructorNew;
  3. enum bool hasElaborateDestructorNew;
    template hasElaborateDestructorNew(S)
    @safe
    static if(!(is(S == struct) || is(S == class)))
    static if(__traits(isStaticArray, S) && S.length)
    enum bool hasElaborateDestructorNew;
  4. enum bool hasElaborateDestructorNew;

Meta