Template Class AnyMatchMatcher

Inheritance Relationships

Base Type

Class Documentation

template<typename Matcher>
class AnyMatchMatcher : public Catch::Matchers::MatcherGenericBase

Public Functions

inline AnyMatchMatcher(Matcher matcher)
inline virtual std::string describe() const override
template<typename RangeLike>
inline bool match(RangeLike &&rng) const