Agora  1.2.0
Agora project
Catch::Matchers::Impl::MatchNotOf< ArgT > Struct Template Reference

#include <catch.hpp>

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 Attributes

MatcherBase< ArgT > const & m_underlyingMatcher
 

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
inlineoverride

◆ match()

template<typename ArgT >
bool Catch::Matchers::Impl::MatchNotOf< ArgT >::match ( ArgT const &  arg) const
inlineoverride
Here is the call graph for this function:

Member Data Documentation

◆ m_underlyingMatcher

template<typename ArgT >
MatcherBase<ArgT> const& Catch::Matchers::Impl::MatchNotOf< ArgT >::m_underlyingMatcher

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