Searched refs:testOrder (Results 1 – 1 of 1) sorted by relevance
142 constexpr bool testOrder(const T& t1, const U& t2, Order order) { in testOrder() function149 return testOrder(T(val1), T(val2), val1 <=> val2); in testOrderValues()