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

Method MatcherUntypedBase

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

Source from the content-addressed store, hash-verified

2221 class MatcherUntypedBase {
2222 public:
2223 MatcherUntypedBase() = default;
2224 MatcherUntypedBase ( MatcherUntypedBase const& ) = default;
2225 MatcherUntypedBase& operator = ( MatcherUntypedBase const& ) = delete;
2226 std::string toString() const;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected