isAliasingPolicy

Check if T implements identity aliasing interface.

The responsibility of identity aliasing policy is to find aliases of component's identity that should be registered in component storage.

enum bool isAliasingPolicy(T, X = Object);

Return Value

true if it implements the interface, false otherwise

Meta