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

Function IsContainerTest

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

Source from the content-addressed store, hash-verified

7369 class = decltype(*::std::declval<Iterator>()),
7370 class = typename C::const_iterator>
7371IsContainer IsContainerTest(int /* dummy */) {
7372 return 0;
7373}
7374
7375typedef char IsNotContainer;
7376template <class C>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected