Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
A definition of a binary operator specifies both parameters with types other than that of the class or structure in which the operator is defined.
When you define an operator in a class or structure, at least one of the parameters must be of the type of that class or structure.
Error ID: BC33021
To correct this error
- Change the type of one or both of the parameters to the type of the class or structure in which the operator is defined.
See Also
Tasks
How to: Define a Conversion Operator