ConvertorContainer.locator

Set locator

  1. Locator!(FromType, string) locator [@property getter]
  2. Locator!(FromType, string) locator [@property setter]
    interface ConvertorContainer(FromType, KeyType = string)
    @property @safe nothrow
    locator
    (
    Locator!(FromType, string) locator
    )

Parameters

locator Locator!(FromType, string)

locator that provides container with FromType data for convertor factories

Return Value

Type: ConvertorContainer!FromType

ConvertorContainer!FromType

Meta