MCPcopy Create free account
hub / github.com/Profactor/cv-plot / StringHolder

Method StringHolder

CvPlot/ext/catch2/inc/catch.hpp:4888–4888  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4886
4887 struct StringHolder : MatcherBase<NSString*>{
4888 StringHolder( NSString* substr ) : m_substr( [substr copy] ){}
4889 StringHolder( StringHolder const& other ) : m_substr( [other.m_substr copy] ){}
4890 StringHolder() {
4891 arcSafeRelease( m_substr );

Callers

nothing calls this directly

Calls 1

arcSafeReleaseFunction · 0.85

Tested by

no test coverage detected