Template Class VectorContainsElementMatcher

Inheritance Relationships

Base Type

Class Documentation

template<typename T, typename Alloc>
class VectorContainsElementMatcher : public Catch::Matchers::MatcherBase<std::vector<T, Alloc>>

Public Functions

inline VectorContainsElementMatcher(T const &comparator)
inline virtual bool match(std::vector<T, Alloc> const &v) const override
inline virtual std::string describe() const override