maybeDestructor

Test if T template's instantiantiation with type To is a functional destructor for component of type To.

Members

Aliases

Destructor
alias Destructor = T!(To)
Undocumented in source.
Info
alias Info = isDestructor!Destructor
Undocumented in source.

Manifest constants

Yes
enum Yes;
Undocumented in source.
Yes
enum Yes;
Undocumented in source.

Parameters

T

template that is to be tested.

To

the type of component that T instantiation should manage destruction.

Return Value

Yes -> whether it is possible to instantiate a functional destructor for To or not Destructor -> the instantiated functional destructor Info -> information from isDestructor check

Meta