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

Method matches

src/Regex.cpp:13–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11}
12
13bool RegexMatch::matches() {
14 return regexMatched;
15}
16
17const RegexMatch::submatches_type& RegexMatch::getSubmatches() {
18 return submatches;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected