Searched defs:test_struct_with_ctor (Results 1 – 1 of 1) sorted by relevance
1197 struct test_struct_with_ctor struct1201 test_struct_with_ctor() : i(0x01234567) {} in test_struct_with_ctor() function1202 inline bool operator==(test_struct_with_ctor const& c) const { return i == c.i; } in operator ==() argument1203 inline bool operator!=(test_struct_with_ctor const& c) const { return !operator==(c); } in operator !=() argument