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

Method addCharToPattern

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

Source from the content-addressed store, hash-verified

5182 void addTagPattern();
5183
5184 inline void addCharToPattern(char c) {
5185 m_substring += c;
5186 m_patternName += c;
5187 m_realPatternPos++;
5188 }
5189
5190 };
5191 TestSpec parseTestSpec( std::string const& arg );

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected