isDestructor

Check if symbol T is a functional destructor for component of type To

Members

Aliases

isDestructor
alias isDestructor = isDestructor!T
Undocumented in source.

Manifest constants

Yes
enum Yes;
Undocumented in source.

Parameters

T

symbol that is tested

To

the component that functional destructor may accept

Return Value

Yes = whether it is functional destructor or not To = the type of accepted components to be destructed

Meta