| spdlog
    | 
#include <catch.hpp>
| Public Member Functions | |
| MatchNotOf (MatcherBase< ArgT > const &underlyingMatcher) | |
| bool | match (ArgT const &arg) const override | 
| std::string | describe () const override | 
| MatchAllOf< ArgT > | operator&& (MatcherBase const &other) const | 
| MatchAnyOf< ArgT > | operator|| (MatcherBase const &other) const | 
| MatchNotOf< ArgT > | operator! () const | 
| std::string | toString () const | 
| virtual bool | match (ObjectT const &arg) const =0 | 
| Public Attributes | |
| MatcherBase< ArgT > const & | m_underlyingMatcher | 
| 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 | 
| MatcherBase<ArgT> const& Catch::Matchers::Impl::MatchNotOf< ArgT >::m_underlyingMatcher |