MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/TriangleMeshDistance / EqualsMatcher

Class EqualsMatcher

tests/catch.hpp:3132–3135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3130 };
3131
3132 struct EqualsMatcher : StringMatcherBase {
3133 EqualsMatcher( CasedString const& comparator );
3134 bool match( std::string const& source ) const override;
3135 };
3136 struct ContainsMatcher : StringMatcherBase {
3137 ContainsMatcher( CasedString const& comparator );
3138 bool match( std::string const& source ) const override;

Callers 1

EqualsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected