sst-waveshapers
Waveshapers submodule for the Surge Synthesizer
Loading...
Searching...
No Matches
Public Member Functions | List of all members
MatcherBase< T > Struct Template Reference

#include <catch2.hpp>

+ Inheritance diagram for 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 MatcherUntypedBase
 MatcherUntypedBase ()=default
 
 MatcherUntypedBase (MatcherUntypedBase const &)=default
 
MatcherUntypedBaseoperator= (MatcherUntypedBase const &)=delete
 
std::string toString () const
 
- Public Member Functions inherited from MatcherMethod< T >
virtual bool match (T const &arg) const=0
 

Additional Inherited Members

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

Member Function Documentation

◆ operator&&()

template<typename T >
MatchAllOf< T > operator&& ( MatcherBase< T > const &  other) const

◆ operator||()

template<typename T >
MatchAnyOf< T > operator|| ( MatcherBase< T > const &  other) const

◆ operator!()

template<typename T >
MatchNotOf< T > operator! ( ) const

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