StoragePolicy.storage

Set storage

  1. typeof(this) storage(Storage!(ObjectFactory, string) storage)
    mixintemplate StoragePolicy()
    @safe nothrow pure
    typeof(this)
    storage
  2. inout(Storage!(ObjectFactory, string)) storage()

Parameters

storage Storage!(ObjectFactory, string)

storage that stores component factories

Return Value

Type: typeof(this)

typeof(this)

Meta