cnew

Creates an instance of T inside the malloc'd memory and calls its constructor.

T
cnew
(
T
Args...
)
(
auto ref Args args
)

Return Value

Type: T

an instance of a class of type T

Meta