Constructor.create

Ditto, but accepts arguments of any type, and permits the result to also be cast to a type specified by template argument.

  1. Variant create(Variant[] arguments)
  2. T create(TList arguments)
    class Constructor
    final const
    T
    create
    (
    T
    TList...
    )
    (
    TList arguments
    )

Parameters

T

The conversion type. If Variant, no conversion is performed.

Return Value

Type: T

The result of the construct call, as the templated type.

Meta