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

Public Member Functions

 EqualsMatcher (std::vector< T, AllocComp > const &comparator)
 
bool match (std::vector< T, AllocMatch > const &v) const override
 
std::string describe () const override
 

Public Attributes

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

Detailed Description

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

Definition at line 3658 of file catch.hpp.


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