Template Function Catch::Generators::makeGenerators(GeneratorWrapper<T>&&, Gs&&…)

Function Documentation

template<typename T, typename ...Gs>
auto Catch::Generators::makeGenerators(GeneratorWrapper<T> &&generator, Gs&&... moreGenerators) -> Generators<T>