Searched defs:MyComplex (Results 1 – 1 of 1) sorted by relevance
261 struct MyComplex { struct264 MyComplex(float x, float y) { in MyComplex() function268 MyComplex() {} in MyComplex() function269 const MyComplex operator+(const MyComplex other) const { in operator +() argument