MCPcopy Create free account
hub / github.com/cirquit/trdrop / subString

Method subString

ext/catch.hpp:3682–3682  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3680 m_escapeChars.push_back( m_pos );
3681 }
3682 std::string subString() const { return m_arg.substr( m_start, m_pos - m_start ); }
3683 template<typename T>
3684 void addPattern() {
3685 std::string token = subString();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected