| 29 | }; |
| 30 | |
| 31 | class FindRegexMatch : public RegexMatch { |
| 32 | public: |
| 33 | FindRegexMatch(const std::regex& regexImpl, const std::string& expression); |
| 34 | }; |
| 35 | |
| 36 | class FindAllRegexMatch : public RegexMatch { |
| 37 | public: |
nothing calls this directly
no outgoing calls
no test coverage detected