Antares Xpansion
Investment simulations for Antares studies
Loading...
Searching...
No Matches
Catch::Matchers::Impl::MatchNotOf< ArgT > Struct Template Reference
Inheritance diagram for Catch::Matchers::Impl::MatchNotOf< ArgT >:
Catch::Matchers::Impl::MatcherBase< ArgT > Catch::Matchers::Impl::MatcherUntypedBase Catch::Matchers::Impl::MatcherMethod< ObjectT >

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 (MatcherUntypedBase const &)=default
 
MatcherUntypedBaseoperator= (MatcherUntypedBase const &)=delete
 
std::string toString () const
 
- Public Member Functions inherited from Catch::Matchers::Impl::MatcherMethod< ObjectT >
virtual bool match (ObjectT const &arg) const =0
 

Public Attributes

MatcherBase< ArgT > const & m_underlyingMatcher
 

Additional Inherited Members

- Protected Attributes inherited from Catch::Matchers::Impl::MatcherUntypedBase
std::string m_cachedToString
 

Member Function Documentation

◆ describe()

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

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