anonymous

Represents a reference to data yet to be constructed.

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

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

Meta