Member predicate DeleteExpr :: getDeallocator
Gets the operator delete
that deallocates storage. Does not hold
if the type being destroyed has a virtual destructor. In that case, the
operator delete
that will be called is determined at runtime based on the
dynamic type of the object.