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

Class StartsWithMatcher

tests/catch.hpp:3140–3143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3138 bool match( std::string const& source ) const override;
3139 };
3140 struct StartsWithMatcher : StringMatcherBase {
3141 StartsWithMatcher( CasedString const& comparator );
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;

Callers 1

StartsWithFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected