ctfeEmplaceExp

Allocate an Expression in the ctfe region.

T
ctfeEmplaceExp
(
Args...
)
(
Args args
)

Parameters

T

type of Expression to allocate

args Args

arguments to Expression's constructor

Return Value

Type: T

allocated Expression

Suggestion Box / Bug Report