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

Class EqualsMatcher

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

Source from the content-addressed store, hash-verified

3506 };
3507
3508 struct EqualsMatcher : StringMatcherBase {
3509 EqualsMatcher( CasedString const& comparator );
3510 bool match( std::string const& source ) const override;
3511 };
3512 struct ContainsMatcher : StringMatcherBase {
3513 ContainsMatcher( CasedString const& comparator );
3514 bool match( std::string const& source ) const override;

Callers 1

EqualsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected