Template Class RangeEqualsMatcher

Inheritance Relationships

Base Type

Class Documentation

template<typename TargetRangeLike, typename Equality>
class RangeEqualsMatcher : public Catch::Matchers::MatcherGenericBase

Matcher for checking that an element contains the same elements in the same order

Public Functions

template<typename TargetRangeLike2, typename Equality2>
inline RangeEqualsMatcher(TargetRangeLike2 &&range, Equality2 &&predicate)
template<typename RangeLike>
inline bool match(RangeLike &&rng) const
inline virtual std::string describe() const override