Searched defs:MyIntComparable (Results 1 – 1 of 1) sorted by relevance
206 struct MyIntComparable { struct207 MyIntComparable(int val) : _val(val) {} in MyIntComparable() function208 bool operator == (const MyIntComparable& other) const in operator ==() argument212 int _val;