Horizon
Loading...
Searching...
No Matches
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::MatcherBase< std::vector< T, Alloc > >
virtual bool match (T const &arg) const=0
Public Member Functions inherited from Catch::Matchers::MatcherUntypedBase
 MatcherUntypedBase (MatcherUntypedBase const &)=default
 MatcherUntypedBase (MatcherUntypedBase &&)=default
MatcherUntypedBase & operator= (MatcherUntypedBase const &)=delete
MatcherUntypedBase & operator= (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

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