lab_trees
Tempestuous Trees
Catch::Matchers::Vector::ContainsMatcher< T > Struct Template Reference
Inheritance diagram for Catch::Matchers::Vector::ContainsMatcher< T >:
[legend]
Collaboration diagram for Catch::Matchers::Vector::ContainsMatcher< T >:
[legend]

Public Member Functions

 ContainsMatcher (std::vector< T > const &comparator)
 
bool match (std::vector< T > const &v) const CATCH_OVERRIDE
 
virtual std::string describe () const CATCH_OVERRIDE
 
- Public Member Functions inherited from Catch::Matchers::Impl::MatcherBase< ObjectT, ComparatorT >
MatchAllOf< ComparatorT > operator&& (MatcherBase const &other) const
 
MatchAnyOf< ComparatorT > operator|| (MatcherBase const &other) const
 
MatchNotOf< ComparatorT > operator! () const
 
- Public Member Functions inherited from Catch::Matchers::Impl::MatcherUntypedBase
std::string toString () const
 
- Public Member Functions inherited from Catch::Matchers::Impl::MatcherMethod< ObjectT >
virtual bool match (ObjectT const &arg) const =0
 

Public Attributes

std::vector< T > const & m_comparator
 

Additional Inherited Members

- Protected Attributes inherited from Catch::Matchers::Impl::MatcherUntypedBase
std::string m_cachedToString
 

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