MCPcopy Create free account
hub / github.com/awslabs/aws-lambda-cpp / ArrayEq

Function ArrayEq

tests/gtest/gtest.h:7447–7447  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7445// This generic version is used when k is 0.
7446template <typename T, typename U>
7447inline bool ArrayEq(const T& lhs, const U& rhs) { return lhs == rhs; }
7448
7449// This overload is used when k >= 1.
7450template <typename T, typename U, size_t N>

Callers 2

ArrayAwareFindFunction · 0.85
operator==Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected