anonymous

Represents a reference to component yet to be constructed.

Represents a reference to component yet to be constructed. It will instantiate the referenced component using an object factory, and will serve it to requestor.

  1. auto anonymous(T factory)
    @safe
    anonymous
    (
    T : Factory!X
    X
    )
  2. auto anonymous(ObjectFactory factory)

Meta