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

Method match

tests/catch.hpp:4047–4050  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4045 Equals( NSString* substr ) : StringHolder( substr ){}
4046
4047 bool match( NSString* str ) const override {
4048 return (str != nil || m_substr == nil ) &&
4049 [str isEqualToString:m_substr];
4050 }
4051
4052 std::string describe() const override {
4053 return "equals string: " + Catch::Detail::stringify( m_substr );

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected