MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/TriangleMeshDistance / RegexMatcher

Class RegexMatcher

tests/catch.hpp:3149–3157  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3147 };
3148
3149 struct RegexMatcher : MatcherBase<std::string> {
3150 RegexMatcher( std::string regex, CaseSensitive::Choice caseSensitivity );
3151 bool match( std::string const& matchee ) const override;
3152 std::string describe() const override;
3153
3154 private:
3155 std::string m_regex;
3156 CaseSensitive::Choice m_caseSensitivity;
3157 };
3158
3159 } // namespace StdString
3160

Callers 1

MatchesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected