copyToTemp

Build a temporary variable to copy the value of e into.

copyToTemp
(
StorageClass stc
,
const char[] name
,)

Parameters

stc StorageClass

storage classes will be added to the made temporary variable

name char[]

name for temporary variable

e Expression

original expression

Return Value

Newly created temporary variable.

Suggestion Box / Bug Report