MCPcopy Create free account
hub / github.com/bblanchon/ArduinoJson / StringMatcherBase

Method StringMatcherBase

extras/tests/catch/catch.hpp:11726–11729  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11724 }
11725
11726 StringMatcherBase::StringMatcherBase( std::string const& operation, CasedString const& comparator )
11727 : m_comparator( comparator ),
11728 m_operation( operation ) {
11729 }
11730
11731 std::string StringMatcherBase::describe() const {
11732 std::string description;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected