Function TypeContainerAdder.scan

Transform T component into a factory using TypeTransformerPolicy

void scan(T) (
  Locator!() locator,
  Storage!(ObjectFactory,string) storage
)
if (isSupported!T);

Parameters

NameDescription
T component type
locator component locator used by transformed component factory
storage storage wich will contain component factory transformed out of T