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

Function Documentation

Warning

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

- template<typename T, typename ...Gs> auto makeGenerators(Generator<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(U &&val, Gs... moreGenerators) -> Generators<T>
- template<typename T> auto makeGenerators(Generator<T> &&generator) -> Generators<T>