Template Struct ContainsMatcher

Inheritance Relationships

Base Type

Struct Documentation

template<typename T>
struct Catch::Matchers::Vector::ContainsMatcher : public Catch::Matchers::Impl::MatcherBase<std::vector<T>>

Public Functions

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

Public Members

std::vector<T> const &m_comparator