BaseGeneralSingleton

Base class for non-reference singletons. Uses another provider to create the object.

Base is the type of this another provider.

class BaseGeneralSingleton : Provider!(Base.Result, Base.Params)(
Base
) {}

Constructors

this
this(Base base)

Create the singleton with given base provider.

Members

Functions

base
Base base()

Get the base provider.

Meta