Suppress C++ operator prefix (Name style settings menu)

Select this option to suppress the keyword operator in C++ names.

For example, selecting this option would give you MyClass::<<(int) instead of MyClass::<<(int)