MCPcopy Create free account
hub / github.com/ChaiScript/ChaiScript / StringMatcherBase

Method StringMatcherBase

unittests/catch.hpp:8050–8053  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8048 }
8049
8050 StringMatcherBase::StringMatcherBase( std::string const& operation, CasedString const& comparator )
8051 : m_comparator( comparator ),
8052 m_operation( operation ) {
8053 }
8054
8055 std::string StringMatcherBase::describe() const {
8056 std::string description;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected