Searched refs: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 !=() argument1500 …ar, Traits >& operator<< (std::basic_ostream< Char, Traits >& strm, test_struct_with_ctor const& s) in operator <<()1510 test_struct_with_ctor s; in test_struct_with_ctor_api()1511 Wrapper<test_struct_with_ctor> wrapper_sa; in test_struct_with_ctor_api()1512 typename Wrapper<test_struct_with_ctor>::atomic_reference_type sa = wrapper_sa.a; in test_struct_with_ctor_api()1517 test_struct_with_ctor a, b, c; in test_struct_with_ctor_api()