Template Function Catch::Generators::generate

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: auto [error at 25] template<typename L> auto generate (StringRef generatorName, SourceLineInfo const &lineInfo, L const &generatorExpression) -> typename decltype(generatorExpression())::type ————————-^ If the function has a return type: Error in declarator or parameters-and-qualifiers If pointer to member declarator: Invalid C++ declaration: Expected ‘::’ in pointer to member (function). [error at 35] template<typename L> auto generate (StringRef generatorName, SourceLineInfo const &lineInfo, L const &generatorExpression) -> typename decltype(generatorExpression())::type ———————————–^ If declarator-id: Invalid C++ declaration: Expected identifier in nested name, got keyword: decltype [error at 143] template<typename L> auto generate (StringRef generatorName, SourceLineInfo const &lineInfo, L const &generatorExpression) -> typename decltype(generatorExpression())::type ———————————————————————————————————————————————–^