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

Public Member Functions

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

Public Attributes

std::vector< T > const & m_comparator
 

Detailed Description

template<typename T>
struct Catch::Matchers::Vector::EqualsMatcher< T >

Definition at line 3009 of file catch.hpp.


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