Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
Catch::Matchers::Impl::MatchNotOf< ArgT > Struct Template Reference

#include <catch.hpp>

+ Inheritance diagram for Catch::Matchers::Impl::MatchNotOf< ArgT >:
+ Collaboration diagram for Catch::Matchers::Impl::MatchNotOf< ArgT >:

Public Member Functions

 MatchNotOf (MatcherBase< ArgT > const &underlyingMatcher)
 
bool match (ArgT const &arg) const override
 
std::string describe () const override
 
- Public Member Functions inherited from Catch::Matchers::Impl::MatcherBase< ArgT >
MatchAllOf< ArgT > operator&& (MatcherBase const &other) const
 
MatchAnyOf< ArgT > operator|| (MatcherBase const &other) const
 
MatchNotOf< ArgT > operator! () const
 
- Public Member Functions inherited from Catch::Matchers::Impl::MatcherUntypedBase
 MatcherUntypedBase ()=default
 
 MatcherUntypedBase (MatcherUntypedBase const &)=default
 
MatcherUntypedBaseoperator= (MatcherUntypedBase const &)=delete
 
std::string toString () const
 
- Public Member Functions inherited from Catch::Matchers::Impl::MatcherMethod< ArgT >

Public Attributes

MatcherBase< ArgT > const & m_underlyingMatcher
 

Additional Inherited Members

- Protected Member Functions inherited from Catch::Matchers::Impl::MatcherUntypedBase
virtual ~MatcherUntypedBase ()
 
- Protected Attributes inherited from Catch::Matchers::Impl::MatcherUntypedBase
std::string m_cachedToString
 

Detailed Description

template<typename ArgT>
struct Catch::Matchers::Impl::MatchNotOf< ArgT >

Definition at line 3356 of file catch.hpp.

Constructor & Destructor Documentation

◆ MatchNotOf()

template<typename ArgT >
Catch::Matchers::Impl::MatchNotOf< ArgT >::MatchNotOf ( MatcherBase< ArgT > const & underlyingMatcher)
inline

Member Function Documentation

◆ describe()

template<typename ArgT >
std::string Catch::Matchers::Impl::MatchNotOf< ArgT >::describe ( ) const
inlineoverridevirtual

◆ match()

template<typename ArgT >
bool Catch::Matchers::Impl::MatchNotOf< ArgT >::match ( ArgT const & arg) const
inlineoverridevirtual

Member Data Documentation

◆ m_underlyingMatcher


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