Template Struct UnorderedEqualsMatcher

Inheritance Relationships

Base Type

Struct Documentation

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

Public Functions

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