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

Method StringMatcherBase

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

Source from the content-addressed store, hash-verified

9065 }
9066
9067 StringMatcherBase::StringMatcherBase( std::string operation, CasedString const& comparator )
9068 : m_comparator( comparator ),
9069 m_operation( operation ) {
9070 }
9071
9072 std::string StringMatcherBase::describe() const {
9073 std::string description;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected