Searched refs:ForwardingTestObject (Results 1 – 7 of 7) sorted by relevance
512 struct ForwardingTestObject { struct513 constexpr bool operator<(ForwardingTestObject&&) && { return true; }514 constexpr bool operator<(const ForwardingTestObject&) const& { return false; }516 constexpr bool operator==(ForwardingTestObject&&) && { return true; }517 constexpr bool operator==(const ForwardingTestObject&) const& { return false; }519 constexpr bool operator!=(ForwardingTestObject&&) && { return true; }520 constexpr bool operator!=(const ForwardingTestObject&) const& { return false; }522 constexpr bool operator<=(ForwardingTestObject&&) && { return true; }523 constexpr bool operator<=(const ForwardingTestObject&) const& { return false; }525 constexpr bool operator>(ForwardingTestObject&&) && { return true; }[all …]
40 ForwardingTestObject a; in test()41 ForwardingTestObject b; in test()
41 ForwardingTestObject a; in test()42 ForwardingTestObject b; in test()
48 ForwardingTestObject a; in test()49 ForwardingTestObject b; in test()