| spdlog
    | 
| Public Member Functions | |
| ContainsMatcher (std::vector< T > const &comparator) | |
| bool | match (std::vector< T > const &v) const override | 
| std::string | describe () const override | 
| MatchAllOf< T > | operator&& (MatcherBase const &other) const | 
| MatchAnyOf< T > | operator|| (MatcherBase const &other) const | 
| MatchNotOf< T > | operator! () const | 
| std::string | toString () const | 
| virtual bool | match (T const &arg) const=0 | 
| Public Attributes | |
| std::vector< T > const & | m_comparator | 
| Protected Attributes | |
| std::string | m_cachedToString | 
| 
 | inline | 
| 
 | inlineoverridevirtual | 
Implements Catch::Matchers::Impl::MatcherUntypedBase.
| 
 | inlineoverride | 
| 
 | pure virtualinherited | 
Implemented in Catch::Matchers::Generic::PredicateMatcher< T >.
| 
 | inherited | 
| 
 | inherited | 
| 
 | inherited | 
| 
 | inherited | 
| 
 | mutableprotectedinherited | 
| std::vector<T> const& Catch::Matchers::Vector::ContainsMatcher< T >::m_comparator |