MCPcopy Create free account
hub / github.com/Profactor/cv-plot / EndsWithMatcher

Class EndsWithMatcher

CvPlot/ext/catch2/inc/catch.hpp:3520–3523  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3518 bool match( std::string const& source ) const override;
3519 };
3520 struct EndsWithMatcher : StringMatcherBase {
3521 EndsWithMatcher( CasedString const& comparator );
3522 bool match( std::string const& source ) const override;
3523 };
3524
3525 struct RegexMatcher : MatcherBase<std::string> {
3526 RegexMatcher( std::string regex, CaseSensitive::Choice caseSensitivity );

Callers 1

EndsWithFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected