Searched defs:ContainsElementMatcher (Results 1 – 1 of 1) sorted by relevance
3559 struct ContainsElementMatcher : MatcherBase<std::vector<T>> { struct3561 ContainsElementMatcher(T const &comparator) : m_comparator( comparator) {} in ContainsElementMatcher() argument3563 bool match(std::vector<T> const &v) const override { in match()3572 std::string describe() const override { in describe()3576 T const& m_comparator;