Template Function testing::internal::ArrayEq(const T(&), const U(&))
Defined in File gtest-internal.h
Function Documentation
Warning
doxygenfunction: Unable to resolve function “testing::internal::ArrayEq” with arguments (const T (&), const U (&)) in doxygen xml output for project “gtest_vendor Doxygen Project” from directory: /workspace/docs_build/gtest_vendor/output_staging/generated/doxygen/xml. Potential matches:
- template<typename T, typename U, size_t N> bool ArrayEq(const T (&lhs)[N], const U (&rhs)[N])
- template<typename T, typename U> bool ArrayEq(const T &lhs, const U &rhs)
- template<typename T, typename U> bool ArrayEq(const T *lhs, size_t size, const U *rhs)