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

Function Combine

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

Source from the content-addressed store, hash-verified

11501//
11502template <typename... Generator>
11503internal::CartesianProductHolder<Generator...> Combine(const Generator&... g) {
11504 return internal::CartesianProductHolder<Generator...>(g...);
11505}
11506
11507#define TEST_P(test_suite_name, test_name) \
11508 class GTEST_TEST_CLASS_NAME_(test_suite_name, test_name) \

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected