MCPcopy Create free account
hub / github.com/cucumber/cucumber-cpp / FindRegexMatch

Class FindRegexMatch

include/cucumber-cpp/internal/utils/Regex.hpp:31–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29};
30
31class FindRegexMatch : public RegexMatch {
32public:
33 FindRegexMatch(const std::regex& regexImpl, const std::string& expression);
34};
35
36class FindAllRegexMatch : public RegexMatch {
37public:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected