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

Class EqualsMatcher

tutorials/external/catch.hpp:3152–3155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3150 };
3151
3152 struct EqualsMatcher : StringMatcherBase {
3153 EqualsMatcher( CasedString const& comparator );
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;

Callers 1

EqualsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected