Template Struct MatchAnyOf
Defined in File catch.hpp
Inheritance Relationships
Base Type
public Catch::Matchers::Impl::MatcherBase< ArgT >
(Template Struct MatcherBase)
Struct Documentation
-
template<typename ArgT>
struct MatchAnyOf : public Catch::Matchers::Impl::MatcherBase<ArgT> Public Functions
-
inline virtual std::string describe() const override
-
inline MatchAnyOf<ArgT> operator||(MatcherBase<ArgT> const &other)
Public Members
-
std::vector<MatcherBase<ArgT> const*> m_matchers
-
inline virtual std::string describe() const override