proxy

Mark constructed object to be provided through a proxy instead of directly doing so. Object will be proxied only in case when the storage where it is stored support storing of proxy object factories.

@safe @trusted
W
proxy
(
W : ConfigurableFactory!(T, Policies)
T
Policies...
)

Parameters

factory W

factory for constructed object

Return Value

Type: W

factory

Meta