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

Method Equals

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

Source from the content-addressed store, hash-verified

4043
4044 struct Equals : StringHolder {
4045 Equals( NSString* substr ) : StringHolder( substr ){}
4046
4047 bool match( NSString* str ) const override {
4048 return (str != nil || m_substr == nil ) &&

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected