Template Struct UnorderedEqualsMatcher

Inheritance Relationships

Base Type

Struct Documentation

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

Public Functions

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