Template Struct UnorderedEqualsMatcher

Inheritance Relationships

Base Type

Struct Documentation

template<typename T>
struct Catch::Matchers::Vector::UnorderedEqualsMatcher : public Catch::Matchers::Impl::MatcherBase<std::vector<T>>

Public Functions

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