isDestructable

Returns true if T is destructible with T.destructor() method. In other words tests whether T contains void destructor() method. Please note: the parent destructor must be called explicitly.

enum bool isDestructable(T);

Meta