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

Function Documentation

Warning

doxygenfunction: Unable to resolve multiple matches for function “Catch::Generators::makeGenerators” with arguments (T&&, Gs&&…) in doxygen xml output for project “Symbulation” from directory: ./doxyoutput/xml. Potential matches:

- template<typename T, typename ...Gs> auto makeGenerators(GeneratorWrapper<T> &&generator, Gs&&... moreGenerators) -> Generators<T>
- template<typename T, typename ...Gs> auto makeGenerators(T &&val, Gs&&... moreGenerators) -> Generators<T>
- template<typename T, typename U, typename ...Gs> auto makeGenerators(as<T>, U &&val, Gs&&... moreGenerators) -> Generators<T>
- template<typename T> auto makeGenerators(GeneratorWrapper<T> &&generator) -> Generators<T>