Template Function Catch::Generators::generate
Defined in File catch_amalgamated.hpp
Function Documentation
Warning
doxygenfunction: Unable to resolve function “Catch::Generators::generate” with arguments “(StringRef, SourceLineInfo const&, L const&)”. Candidate function could not be parsed. Parsing error is Error when parsing function declaration. If the function has no return type: Error in declarator or parameters-and-qualifiers Invalid C++ declaration: Expected identifier in nested name, got keyword: typename [error at 29] template<typename L> typename decltype(generatorExpression())::type generate (StringRef generatorName, SourceLineInfo const &lineInfo, L const &generatorExpression) —————————–^ If the function has a return type: Invalid C++ declaration: Expected identifier in nested name, got keyword: decltype [error at 38] template<typename L> typename decltype(generatorExpression())::type generate (StringRef generatorName, SourceLineInfo const &lineInfo, L const &generatorExpression) ————————————–^