Horizon
Loading...
Searching...
No Matches
Public Member Functions | List of all members
Catch::Matchers::VectorContainsElementMatcher< T, Alloc > Class Template Referencefinal
Inheritance diagram for Catch::Matchers::VectorContainsElementMatcher< T, Alloc >:
Catch::Matchers::MatcherBase< std::vector< T, Alloc > > Catch::Matchers::MatcherUntypedBase

Public Member Functions

 VectorContainsElementMatcher (T const &comparator)
 
bool match (std::vector< T, Alloc > const &v) const override
 
std::string describe () const override
 
- Public Member Functions inherited from Catch::Matchers::MatcherUntypedBase
 MatcherUntypedBase (MatcherUntypedBase const &)=default
 
 MatcherUntypedBase (MatcherUntypedBase &&)=default
 
MatcherUntypedBaseoperator= (MatcherUntypedBase const &)=delete
 
MatcherUntypedBaseoperator= (MatcherUntypedBase &&)=delete
 
std::string toString () const
 

Additional Inherited Members

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

Member Function Documentation

◆ describe()

template<typename T , typename Alloc >
std::string Catch::Matchers::VectorContainsElementMatcher< T, Alloc >::describe ( ) const
inlineoverridevirtual

◆ match()

template<typename T , typename Alloc >
bool Catch::Matchers::VectorContainsElementMatcher< T, Alloc >::match ( std::vector< T, Alloc > const &  v) const
inlineoverridevirtual

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