Setting up operators for generating C++ code (C++ code)
Typically, the mangle.ini file deletes or replaces operator characters such as +, -, /, * and < with an underscore.
If you want to set up an Operation as an operator, prefix the operator with operator in the Operation name. ACS will then not delete or replace the invalid character.
For example, for a + operator, name the Operation operator +.