System::Set method

System::Set method

Implements ‘var’ pattern translation.

template<class ExpressionT> bool System::Set(ExpressionT &var, const ExpressionT &value)
ParameterDescription
ExpressionTvariable type.
ParameterTypeDescription
varExpressionT&reference to variable to be initialized.
valueconst ExpressionT&value to be assigned to variable.

ReturnValue

always true (this pattern always hits).

See Also