Template Struct ContainsElementMatcher

Inheritance Relationships

Base Type

Struct Documentation

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

Public Functions

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

Public Members

T const &m_comparator