MCPcopy Create free account
hub / github.com/RenderKit/embree / ContainsMatcher

Class ContainsMatcher

tutorials/external/catch.hpp:3156–3159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3154 bool match( std::string const& source ) const override;
3155 };
3156 struct ContainsMatcher : StringMatcherBase {
3157 ContainsMatcher( CasedString const& comparator );
3158 bool match( std::string const& source ) const override;
3159 };
3160 struct StartsWithMatcher : StringMatcherBase {
3161 StartsWithMatcher( CasedString const& comparator );
3162 bool match( std::string const& source ) const override;

Callers 1

ContainsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected