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

Method StringHolder

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

Source from the content-addressed store, hash-verified

4360
4361 struct StringHolder : MatcherBase<NSString*>{
4362 StringHolder( NSString* substr ) : m_substr( [substr copy] ){}
4363 StringHolder( StringHolder const& other ) : m_substr( [other.m_substr copy] ){}
4364 StringHolder() {
4365 arcSafeRelease( m_substr );

Callers

nothing calls this directly

Calls 1

arcSafeReleaseFunction · 0.85

Tested by

no test coverage detected