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

Public Member Functions

 ContainsMatcher (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::ContainsMatcher< T >

Definition at line 2979 of file catch.hpp.


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