Template Struct MatchAnyOf

Inheritance Relationships

Base Type

Struct Documentation

template<typename ArgT>
struct MatchAnyOf : public Catch::Matchers::Impl::MatcherBase<ArgT>

Public Functions

inline bool match(ArgT const &arg) const override
inline virtual std::string describe() const override
inline MatchAnyOf<ArgT> operator||(MatcherBase<ArgT> const &other)

Public Members

std::vector<MatcherBase<ArgT> const*> m_matchers