Template Struct ContainsMatcher

Inheritance Relationships

Base Type

Struct Documentation

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

Public Functions

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

Public Members

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