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::MatcherBase< T > Struct Template Reference

#include <catch.hpp>

Inheritance diagram for Catch::MatcherBase< T >:
Collaboration diagram for Catch::MatcherBase< T >:

Public Member Functions

MatchAllOf< T > operator&& (MatcherBase const &other) const
MatchAnyOf< T > operator|| (MatcherBase const &other) const
MatchNotOf< T > 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< T >
virtual bool match (T const &arg) const=0

Additional Inherited Members

Protected Member Functions inherited from Catch::Matchers::Impl::MatcherUntypedBase
virtual ~MatcherUntypedBase ()
virtual std::string describe () const =0
Protected Attributes inherited from Catch::Matchers::Impl::MatcherUntypedBase
std::string m_cachedToString

Detailed Description

template<typename T>
struct Catch::MatcherBase< T >

Definition at line 3280 of file catch.hpp.

Member Function Documentation

◆ operator!()

template<typename T>
MatchNotOf< T > Catch::Matchers::Impl::MatcherBase< T >::operator! ( ) const

Definition at line 3379 of file catch.hpp.

◆ operator&&()

template<typename T>
MatchAllOf< T > Catch::Matchers::Impl::MatcherBase< T >::operator&& ( MatcherBase< T > const & other) const

Definition at line 3371 of file catch.hpp.

◆ operator||()

template<typename T>
MatchAnyOf< T > Catch::Matchers::Impl::MatcherBase< T >::operator|| ( MatcherBase< T > const & other) const

Definition at line 3375 of file catch.hpp.


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