Template Struct MatcherBase

Inheritance Relationships

Base Types

Derived Types

Struct Documentation

template<typename T>
struct Catch::Matchers::Impl::MatcherBase : public Catch::Matchers::Impl::MatcherUntypedBase, public Catch::Matchers::Impl::MatcherMethod<T>

Subclassed by Catch::Matchers::Floating::WithinAbsMatcher, Catch::Matchers::Floating::WithinUlpsMatcher, Catch::Matchers::Generic::PredicateMatcher< T >, Catch::Matchers::StdString::RegexMatcher, Catch::Matchers::StdString::StringMatcherBase, Catch::Matchers::Vector::ContainsElementMatcher< T >, Catch::Matchers::Vector::ContainsMatcher< T >, Catch::Matchers::Vector::EqualsMatcher< T >, Catch::Matchers::Vector::UnorderedEqualsMatcher< T >

Public Functions

MatchAllOf<T> operator&&(MatcherBase const &other) const
MatchAnyOf<T> operator||(MatcherBase const &other) const
MatchNotOf<T> operator!() const