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