This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!
Compiler Error C2545
'operator' : unable to find overloaded operator
The operator cannot be used with the operands provided. You must supply an overloaded operator with the required operands.
Possible cause
- Operands have incorrect type.
Possible solution
- Define a conversion operator or constructor that takes a single parameter.