| 9258 | Matcher() {} |
| 9259 | |
| 9260 | explicit Matcher(const MatcherInterface<const std::string&>* impl) |
| 9261 | : internal::MatcherBase<const std::string&>(impl) {} |
| 9262 | |
| 9263 | // Allows the user to write str instead of Eq(str) sometimes, where |
| 9264 | // str is a std::string object. |