Searched defs:test_struct_x2 (Results 1 – 1 of 1) sorted by relevance
1146 struct test_struct_x2 struct1150 inline bool operator==(test_struct_x2 const& c) const { return i == c.i && j == c.j; } in operator ==() argument1151 inline bool operator!=(test_struct_x2 const& c) const { return !operator==(c); } in operator !=() argument