Method CompilerEnvironment()->CPP()->high_cpp()
- Method
high_cpp
string|zerohigh_cpp(stringdata)- Description
Preprocess a string.
- Returns
Returns the preprocessed result, unless there was a dependency failure in which case
0(zero) is returned. If the function has failed, the result so far may be retrieved with drain().- Note
Clears the set of defined macros on completion.
- Throws
Throws error on preprocessor failure.
- See also