Template Class EqualsMatcher

Inheritance Relationships

Base Type

Class Documentation

template<typename T, typename AllocComp, typename AllocMatch>
class EqualsMatcher : public Catch::Matchers::MatcherBase<std::vector<T, AllocMatch>>

Public Functions

inline EqualsMatcher(std::vector<T, AllocComp> const &comparator)
inline virtual bool match(std::vector<T, AllocMatch> const &v) const override
inline virtual std::string describe() const override