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

Method StringMatcherBase

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

Source from the content-addressed store, hash-verified

11571 }
11572
11573 StringMatcherBase::StringMatcherBase( std::string const& operation, CasedString const& comparator )
11574 : m_comparator( comparator ),
11575 m_operation( operation ) {
11576 }
11577
11578 std::string StringMatcherBase::describe() const {
11579 std::string description;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected