GenericFactory.locator

Get the GenericFactory locator.

  1. alias locator = Factory!T.locator
  2. inout(Locator!()) locator [@property getter]
    interface GenericFactory(T)
    @property @safe inout
    inout(Locator!())
    locator
    ()

Return Value

Type: inout(Locator!())

Locator!() the locator that should be used by underlying constructor or property configurer.

Meta