InnerTypeContainerAdder

ContainerAdder that scans a type for inner static types, to transform and store into a storage.

Members

Static functions

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

Scan type T for inner static types, to transform them and store in storage

Variables

isSupported
enum bool isSupported(alias T);

Check if T symbol is a type

Meta