All Classes Namespaces Functions Variables Enumerations Properties Pages
Public Member Functions | Private Attributes | List of all members
Catch::Matchers::Vector::UnorderedEqualsMatcher< T, AllocComp, AllocMatch > Struct Template Reference
+ Inheritance diagram for Catch::Matchers::Vector::UnorderedEqualsMatcher< T, AllocComp, AllocMatch >:

Public Member Functions

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

Private Attributes

std::vector< T, AllocComp > const & m_target
 

Detailed Description

template<typename T, typename AllocComp, typename AllocMatch>
struct Catch::Matchers::Vector::UnorderedEqualsMatcher< T, AllocComp, AllocMatch >

Definition at line 3717 of file catch.hpp.


The documentation for this struct was generated from the following file: