#include <catch.hpp>

Public Member Functions | |
| MatchNotOf< T > | operator! () const | 
| MatchAllOf< T > | operator&& (MatcherBase const &other) const | 
| MatchAnyOf< T > | operator|| (MatcherBase const &other) const | 
  Public Member Functions inherited from Catch::Matchers::Impl::MatcherUntypedBase | |
| MatcherUntypedBase ()=default | |
| MatcherUntypedBase (MatcherUntypedBase const &)=default | |
| MatcherUntypedBase & | operator= (MatcherUntypedBase const &)=delete | 
| std::string | toString () const | 
  Public Member Functions inherited from Catch::Matchers::Impl::MatcherMethod< T > | |
| virtual bool | match (T const &arg) const=0 | 
Additional Inherited Members | |
  Protected Member Functions inherited from Catch::Matchers::Impl::MatcherUntypedBase | |
| virtual std::string | describe () const =0 | 
| virtual | ~MatcherUntypedBase () | 
  Protected Attributes inherited from Catch::Matchers::Impl::MatcherUntypedBase | |
| std::string | m_cachedToString | 
| MatchNotOf< T > Catch::Matchers::Impl::MatcherBase< T >::operator! | ( | ) | const | 
| MatchAllOf<T> Catch::Matchers::Impl::MatcherBase< T >::operator && | ( | MatcherBase< T > const & | other | ) | const | 
| MatchAnyOf< T > Catch::Matchers::Impl::MatcherBase< T >::operator|| | ( | MatcherBase< T > const & | other | ) | const |