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

#include <catch.hpp>

Public Member Functions

bool match (ArgT const &arg) const override
 
std::string describe () const override
 
MatchAllOf< ArgT > operator&& (MatcherBase< ArgT > const &other)
 

Public Attributes

std::vector< MatcherBase< ArgT > const * > m_matchers
 

Member Function Documentation

◆ describe()

template<typename ArgT >
std::string Catch::Matchers::Impl::MatchAllOf< ArgT >::describe ( ) const
inlineoverride
Here is the call graph for this function:

◆ match()

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

◆ operator&&()

template<typename ArgT >
MatchAllOf<ArgT> Catch::Matchers::Impl::MatchAllOf< ArgT >::operator&& ( MatcherBase< ArgT > const &  other)
inline
Here is the call graph for this function:

Member Data Documentation

◆ m_matchers

template<typename ArgT >
std::vector<MatcherBase<ArgT> const*> Catch::Matchers::Impl::MatchAllOf< ArgT >::m_matchers

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