Template Struct ContainsElementMatcher

Inheritance Relationships

Base Type

Struct Documentation

template<typename T, typename Alloc>
struct Catch::Matchers::Vector::ContainsElementMatcher : public Catch::Matchers::Impl::MatcherBase<std::vector<T, Alloc>>

Public Functions

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

Public Members

T const &m_comparator