| 2221 | class MatcherUntypedBase { |
| 2222 | public: |
| 2223 | MatcherUntypedBase() = default; |
| 2224 | MatcherUntypedBase ( MatcherUntypedBase const& ) = default; |
| 2225 | MatcherUntypedBase& operator = ( MatcherUntypedBase const& ) = delete; |
| 2226 | std::string toString() const; |
nothing calls this directly
no outgoing calls
no test coverage detected