MCPcopy Create free account
hub / github.com/OpenArkStudio/ARK / StringMatcherBase

Method StringMatcherBase

test/catch.hpp:12886–12890  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12884}
12885
12886StringMatcherBase::StringMatcherBase(std::string const& operation, CasedString const& comparator)
12887 : m_comparator(comparator)
12888 , m_operation(operation)
12889{
12890}
12891
12892std::string StringMatcherBase::describe() const
12893{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected