InheritanceSetalias InheritanceSet = NoDuplicates!(Filter!(templateOr!(partialSuffixed!(isDerived, Storage!(ObjectFactory, string)), partialSuffixed!(isDerived, AliasAware!string), partialSuffixed!(isDerived, FactoryLocator!ObjectFactory)), InterfacesTuple!T), ProxyContainer, Decorator!Container)
Templated switchable container.
Templated switchable container. This container will decorate another container, and add switching logic to it. Depending in which state (on/off) the switching container is. It will instantiate if the container is on, and not if container is in off mode. This container will inherit following interfaces only and only if the T also implements them: