Template Struct EqualsMatcher

Inheritance Relationships

Base Type

Struct Documentation

template<typename T, typename AllocComp, typename AllocMatch>
struct Catch::Matchers::Vector::EqualsMatcher : public Catch::Matchers::Impl::MatcherBase<std::vector<T, AllocMatch>>

Public Functions

EqualsMatcher(std::vector<T, AllocComp> const &comparator)
bool match(std::vector<T, AllocMatch> const &v) const override
std::string describe() const override

Public Members

std::vector<T, AllocComp> const &m_comparator