isComponentStoringPolicy

Check if T implements component storing interface.

The responsibility of component storing policy is to store component's factory into appropiate storage, by apropiate identity, using information about type T.

enum bool isComponentStoringPolicy(T, X = Object);

Return Value

true if it implements the interface, false otherwise

Meta