TypeBasedContainer.InheritanceSet

Set which the type based container will decorate for T container.

template TypeBasedContainer(T)
alias InheritanceSet = NoDuplicates!(Container, Storage!(ObjectFactory, string), Decorator!Container, Filter!(templateOr!(partialSuffixed!(isDerived, AliasAware!string), partialSuffixed!(isDerived, FactoryLocator!ObjectFactory)), InterfacesTuple!T))

Meta