hasElaborateDestructor

True if T has a user defined destructor.

  1. eponymoustemplate hasElaborateDestructor(T)
    enum hasElaborateDestructor (
    T
    )
  2. alias hasElaborateDestructor(alias A, string M) = hasElaborateDestructor!(typeof(getChild!(A, M)))

Meta