Alias ProxyContainerImpl.InheritanceSet

Set which the switchable container will decorate for T. By default Locator!() and Switchable is included.

template ProxyContainerImpl
{
  // ...
  alias InheritanceSet = NoDuplicates!(Filter!(templateOr!(partialSuffixed!(isDerived,Storage!(ObjectFactory,string)),partialSuffixed!(isDerived,AliasAware!string),partialSuffixed!(isDerived,FactoryLocator!ObjectFactory)),InterfacesTuple!T),ProxyContainer,MutableDecorator!T,Decorator!Container);
  // ...
}