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

Class EndsWithMatcher

tutorials/external/catch.hpp:3164–3167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3162 bool match( std::string const& source ) const override;
3163 };
3164 struct EndsWithMatcher : StringMatcherBase {
3165 EndsWithMatcher( CasedString const& comparator );
3166 bool match( std::string const& source ) const override;
3167 };
3168
3169 struct RegexMatcher : MatcherBase<std::string> {
3170 RegexMatcher( std::string regex, CaseSensitive::Choice caseSensitivity );

Callers 1

EndsWithFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected