![]() |
AlgoPlus v0.1.0
|
Public Member Functions | |
| bool | match (ArgT const &arg) const override |
| std::string | describe () const override |
| MatchAnyOf< ArgT > | operator|| (MatcherBase< ArgT > const &other) |
| 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 | |
| MatcherUntypedBase & | operator= (MatcherUntypedBase const &)=delete |
| std::string | toString () const |
Public Attributes | |
| std::vector< MatcherBase< ArgT > const * > | m_matchers |
Additional Inherited Members | |
| Protected Attributes inherited from Catch::Matchers::Impl::MatcherUntypedBase | |
| std::string | m_cachedToString |
|
inlineoverridevirtual |
Implements Catch::Matchers::Impl::MatcherUntypedBase.
|
inlineoverridevirtual |
Implements Catch::Matchers::Impl::MatcherMethod< ArgT >.