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

Method CartesianProductHolder

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

Source from the content-addressed store, hash-verified

11258class CartesianProductHolder {
11259 public:
11260 CartesianProductHolder(const Gen&... g) : generators_(g...) {}
11261 template <typename... T>
11262 operator ParamGenerator<::std::tuple<T...>>() const {
11263 return ParamGenerator<::std::tuple<T...>>(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected