Searched refs:cmp_equal (Results 1 – 4 of 4) sorted by relevance
30 _LIBCPP_HIDE_FROM_ABI constexpr bool cmp_equal(_Tp __t, _Up __u) noexcept { in cmp_equal() function41 return !std::cmp_equal(__t, __u); in cmp_not_equal()
32 using std::cmp_equal;
65 template<class T, class U> constexpr bool cmp_equal(T t, U u) noexcept; // C++20
889 SYMBOL(cmp_equal, std::, <utility>)