Home
last modified time | relevance | path

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

/third_party/boost/libs/atomic/test/
Dapi_test_helpers.hpp1146 struct test_struct_x2 struct
1150 inline bool operator==(test_struct_x2 const& c) const { return i == c.i && j == c.j; } in operator ==() argument
1151 inline bool operator!=(test_struct_x2 const& c) const { return !operator==(c); } in operator !=() argument