hasElaborateDestructorNew.hasElaborateDestructorNew

Undocumented in source.
  1. enum bool hasElaborateDestructorNew;
  2. enum hasElaborateDestructorNew;
    template hasElaborateDestructorNew(S)
    @safe
    static if(is(S == struct) || is(S == class))
    static if(!(__traits(hasMember, S, "__dtor")))
    enum hasElaborateDestructorNew = anySatisfy!(.hasElaborateDestructorNew, FieldTypeTuple!S);
  3. enum bool hasElaborateDestructorNew;
  4. enum bool hasElaborateDestructorNew;

Meta