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

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