ProxyContainerImpl.InheritanceSet

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

template ProxyContainerImpl(T)
alias InheritanceSet = AliasSeq!(Filter!(templateOr!(partialSuffixed!(isDerived, Storage!(ObjectFactory, string)), partialSuffixed!(isDerived, AliasAware!string), partialSuffixed!(isDerived, FactoryLocator!ObjectFactory)), InterfacesTuple!T), ProxyContainer, MutableDecorator!T)

Meta