Skip to content

function deep_is_equal(const T1 &, const T2 &) testo

template <typename T1, typename T2>
    requires(!compound_type_traits<T1>::is_scalar || !compound_type_traits<T2>::is_scalar)
constexpr bool deep_is_equal(const T1& x, const T2& y) { … }

Defined at test/comparison.hpp:113