Searched refs:cmp_not_equal (Results 1 – 4 of 4) sorted by relevance
40 _LIBCPP_HIDE_FROM_ABI constexpr bool cmp_not_equal(_Tp __t, _Up __u) noexcept { in cmp_not_equal() function
33 using std::cmp_not_equal;
66 template<class T, class U> constexpr bool cmp_not_equal(T t, U u) noexcept; // C++20
894 SYMBOL(cmp_not_equal, std::, <utility>)