#include <catch.hpp>
Public Member Functions | |
std::string | describe () const override |
bool | match (ArgT const &arg) const override |
MatchNotOf (MatcherBase< ArgT > const &underlyingMatcher) | |
![]() | |
MatchNotOf< ArgT > | operator! () const |
MatchAllOf< ArgT > | operator&& (MatcherBase const &other) const |
MatchAnyOf< ArgT > | operator|| (MatcherBase const &other) const |
![]() | |
MatcherUntypedBase ()=default | |
MatcherUntypedBase (MatcherUntypedBase const &)=default | |
MatcherUntypedBase & | operator= (MatcherUntypedBase const &)=delete |
std::string | toString () const |
Public Attributes | |
MatcherBase< ArgT > const & | m_underlyingMatcher |
Additional Inherited Members | |
![]() | |
virtual | ~MatcherUntypedBase () |
![]() | |
std::string | m_cachedToString |
|
inline |
|
inlineoverridevirtual |
Implements Catch::Matchers::Impl::MatcherUntypedBase.
|
inlineoverridevirtual |
Implements Catch::Matchers::Impl::MatcherMethod< ArgT >.
MatcherBase<ArgT> const& Catch::Matchers::Impl::MatchNotOf< ArgT >::m_underlyingMatcher |