MCPcopy Create free account
hub / github.com/apache/singa / CartesianProductGenerator9

Method CartesianProductGenerator9

test/gtest/gtest.h:14958–14964  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14956 typedef ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7, T8, T9> ParamType;
14957
14958 CartesianProductGenerator9(const ParamGenerator<T1>& g1,
14959 const ParamGenerator<T2>& g2, const ParamGenerator<T3>& g3,
14960 const ParamGenerator<T4>& g4, const ParamGenerator<T5>& g5,
14961 const ParamGenerator<T6>& g6, const ParamGenerator<T7>& g7,
14962 const ParamGenerator<T8>& g8, const ParamGenerator<T9>& g9)
14963 : g1_(g1), g2_(g2), g3_(g3), g4_(g4), g5_(g5), g6_(g6), g7_(g7), g8_(g8),
14964 g9_(g9) {}
14965 virtual ~CartesianProductGenerator9() {}
14966
14967 virtual ParamIteratorInterface<ParamType>* Begin() const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected