MCPcopy Create free account
hub / github.com/bitfieldaudio/OTTO / StringMatcherBase

Method StringMatcherBase

external/include/catch.hpp:7919–7922  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7917 }
7918
7919 StringMatcherBase::StringMatcherBase( std::string const& operation, CasedString const& comparator )
7920 : m_comparator( comparator ),
7921 m_operation( operation ) {
7922 }
7923
7924 std::string StringMatcherBase::describe() const {
7925 std::string description;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected