AllocatorConfiguratorPolicy

Set allocator used by factory to instantiate component T.

@safe
struct AllocatorConfiguratorPolicy {}

Members

Static functions

configure
void configure(T instantiator, Locator!() locator)

Set allocator from @allocator annotation into GenericFactory!Z.

Meta