Searched refs:NEq (Results 1 – 2 of 2) sorted by relevance
45 auto& NEq = std::weak_equality::nonequivalent; in test_constexpr() local48 assert((NEq == 0) == false); in test_constexpr()49 assert((0 == NEq) == false); in test_constexpr()53 assert((NEq != 0) == true); in test_constexpr()54 assert((0 != NEq) == true); in test_constexpr()
60 auto& NEq = std::strong_equality::nonequal; in test_constexpr() local67 assert((NEq == 0) == false); in test_constexpr()68 assert((0 == NEq) == false); in test_constexpr()76 assert((NEq != 0) == true); in test_constexpr()77 assert((0 != NEq) == true); in test_constexpr()