Method CompilerEnvironment()->define()->`()()
- Method
`()
string
res =CompilerEnvironment.define()
()- Description
Apply the macro with the specified arguments.
- Parameter
arguments
Array of arguments to the macro. Zero if no parenthesis.
- Parameter
context
CPP context we are evaluating in.
- Returns
Returns the expansion of the macro on success, and
0
(zero) on failure (typically due to invalidarguments
).