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

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

Public Members

std::vector<T> const &m_comparator