Template Class UnorderedEqualsMatcher

Inheritance Relationships

Base Type

Class Documentation

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

Public Functions

inline UnorderedEqualsMatcher(std::vector<T, AllocComp> const &target)
inline virtual bool match(std::vector<T, AllocMatch> const &vec) const override
inline virtual std::string describe() const override