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

Class EndsWithMatcher

tests/catch.hpp:3144–3147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3142 bool match( std::string const& source ) const override;
3143 };
3144 struct EndsWithMatcher : StringMatcherBase {
3145 EndsWithMatcher( CasedString const& comparator );
3146 bool match( std::string const& source ) const override;
3147 };
3148
3149 struct RegexMatcher : MatcherBase<std::string> {
3150 RegexMatcher( std::string regex, CaseSensitive::Choice caseSensitivity );

Callers 1

EndsWithFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected