isConstructableByDI

Determines whether a type T is constructable by the DI framework.

enum bool isConstructableByDI(T);

See Also

isSupportedDependencyType that determines whether a type can be used as a dependency.

Meta