Searched refs:PtrAndNotEqOperator (Results 1 – 1 of 1) sorted by relevance
36 struct PtrAndNotEqOperator { struct39 friend constexpr bool operator!=(PtrAndNotEqOperator, PtrAndNotEqOperator) { return true; } in operator !=() argument60 assert(!fn(PtrAndNotEqOperator(), PtrAndNotEqOperator())); in test()61 assert(std::ranges::equal_to()(PtrAndNotEqOperator(), PtrAndNotEqOperator())); in test()