isStorageLocatorPolicy

Check if T implements storage resolver interface.

The responsibility of storage resolver policy is to find a storage for component which will store component based on information provided on passed type.

enum bool isStorageLocatorPolicy(T, X = Object);

Return Value

true if it implements the interface, false otherwise

Meta