Class HasSizeMatcher

Inheritance Relationships

Base Type

Class Documentation

class HasSizeMatcher : public Catch::Matchers::MatcherGenericBase

Public Functions

inline explicit HasSizeMatcher(std::size_t target_size)
template<typename RangeLike>
inline bool match(RangeLike &&rng) const
virtual std::string describe() const override