Home
last modified time | relevance | path

Searched defs:test_struct_with_ctor (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/libs/atomic/test/
Dapi_test_helpers.hpp1197 struct test_struct_with_ctor struct
1201 test_struct_with_ctor() : i(0x01234567) {} in test_struct_with_ctor() function
1202 inline bool operator==(test_struct_with_ctor const& c) const { return i == c.i; } in operator ==() argument
1203 inline bool operator!=(test_struct_with_ctor const& c) const { return !operator==(c); } in operator !=() argument