configureValueContainer

Start registering instantiated components into a value container.

Start registering instantiated components into a value container. Description

@safe
configureValueContainer
(,
string storage
)

Parameters

locator Locator!()

container that has the storage

storage string

identity of storage to use

Return Value

ValueRegistrationContext context that provides register api, using storage to store registered components.

Meta