MCPcopy Create free account
hub / github.com/ChaiScript/ChaiScript / EqualsMatcher

Class EqualsMatcher

unittests/catch.hpp:2473–2476  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2471 };
2472
2473 struct EqualsMatcher : StringMatcherBase {
2474 EqualsMatcher( CasedString const& comparator );
2475 bool match( std::string const& source ) const override;
2476 };
2477 struct ContainsMatcher : StringMatcherBase {
2478 ContainsMatcher( CasedString const& comparator );
2479 bool match( std::string const& source ) const override;

Callers 1

EqualsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected