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

Class RegexSubmatch

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

Source from the content-addressed store, hash-verified

10namespace internal {
11
12struct RegexSubmatch {
13 std::string value;
14 std::ptrdiff_t position;
15};
16
17class RegexMatch {
18public:

Callers 1

FindRegexMatchMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected