Searched refs:ForwardingTestObject (Results 1 – 7 of 7) sorted by relevance
511 struct ForwardingTestObject { struct512 constexpr bool operator<(ForwardingTestObject&&) && { return true; }513 constexpr bool operator<(const ForwardingTestObject&) const& { return false; }515 constexpr bool operator==(ForwardingTestObject&&) && { return true; }516 constexpr bool operator==(const ForwardingTestObject&) const& { return false; }518 constexpr bool operator!=(ForwardingTestObject&&) && { return true; }519 constexpr bool operator!=(const ForwardingTestObject&) const& { return false; }521 constexpr bool operator<=(ForwardingTestObject&&) && { return true; }524 constexpr bool operator>(ForwardingTestObject&&) && { return true; }525 constexpr bool operator>(const ForwardingTestObject&) const& { return false; }[all …]
39 ForwardingTestObject a; in test()40 ForwardingTestObject b; in test()
40 ForwardingTestObject a; in test()41 ForwardingTestObject b; in test()
47 ForwardingTestObject a; in test()48 ForwardingTestObject b; in test()