TypeContainerAdder

Applies a transformer on passed symbol if it is a type.

@safe
struct TypeContainerAdder (
TypeTransformerPolicy
ComponentStoringPolicy = ComponentStoringPolicyImpl
) if (
isComponentStoringPolicy!ComponentStoringPolicy
) {}

Members

Static functions

scan
void scan(Locator!() locator, Storage!(ObjectFactory, string) storage)

Transform T component into a factory using TypeTransformerPolicy

Variables

isSupported
enum bool isSupported(alias T);

Check if symbol T is a type definition.

Meta